20250318.1742336578
This commit is contained in:
parent
fa8765d3ab
commit
b5e2a46ab1
7 changed files with 15 additions and 12 deletions
|
@ -32,7 +32,7 @@ mullvad-vpn &
|
|||
caffeine start &
|
||||
|
||||
# compositor
|
||||
picom --config ~/.picom.conf &
|
||||
# picom --config ~/.picom.conf &
|
||||
|
||||
# NetworkManager applet
|
||||
nm-applet &
|
||||
|
|
|
@ -220,8 +220,8 @@ bindsym $mod+r mode "resize"
|
|||
#}
|
||||
|
||||
# default gaps
|
||||
gaps inner 5
|
||||
gaps outer 1
|
||||
gaps inner 0
|
||||
gaps outer 0
|
||||
|
||||
# colors
|
||||
set $bgcolor #523d6499
|
||||
|
@ -235,15 +235,17 @@ set $focused-ws #d79921
|
|||
set $bar-color #523d640D
|
||||
# border background text indicator (a line which shows where the next window will be placed)
|
||||
client.focused $focused-ws $focused-ws $text $indicator
|
||||
client.unfocused $inactive-ws $inactive-ws $in-text $in-bgcolor
|
||||
# client.unfocused $inactive-ws $inactive-ws $in-text $in-bgcolor
|
||||
client.focused_inactive $in-bgcolor $in-bgcolor $in-text $in-bgcolor
|
||||
client.urgent $u-bgcolor $u-bgcolor $text $u-bgcolor
|
||||
|
||||
# window's rules
|
||||
for_window [class="Xfce4-settings-manager"] focus, floating disable
|
||||
for_window [window_role="(?i)GtkFileChooserDialog"] floating enable
|
||||
for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable
|
||||
# for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable, move to workspace 1
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
default_floating_border pixel 0
|
||||
|
||||
#p2p firefox for all workspaces
|
||||
for_window [title="Picture-in-Picture"] sticky enable
|
||||
|
|
|
@ -51,7 +51,7 @@ use-damage = false;
|
|||
#################################
|
||||
|
||||
# Enabled client-side shadows on windows.
|
||||
shadow = true;
|
||||
shadow = false;
|
||||
|
||||
|
||||
# The blur radius for shadows. (default 12)
|
||||
|
|
|
@ -12,8 +12,9 @@ alias open='xdg-open'
|
|||
|
||||
## docker
|
||||
#export DOCKER_HOST=unix:///run/user/1000/docker.sock
|
||||
#export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
## Flatpak
|
||||
export PATH=$PATH:/var/lib/flatpak/exports/bin
|
||||
export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/home/$USER/.local/share/flatpak/exports/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
|
||||
## SSH
|
||||
export SSH_ASKPASS=/sbin/ksshaskpass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue