diff --git a/.config/sway/config b/.config/sway/config index 3702deb..e4c7985 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -226,7 +226,7 @@ bindsym Print exec grim -g "$(slurp)" - | swappy -f - bindsym $mod+Mod1+Space dunstctl close bindsym $mod+Mod1+Shift dunstctl close-all bindsym $mod+Mod1+Tab dunstctl history-pop -bindsym $mod+Mod1+period dunstctl context +bindsym $mod+Mod1+Period dunstctl context # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) @@ -238,11 +238,11 @@ bindsym $mod+Mod1+period dunstctl context exec_always $HOME/.config/waybar/launch.sh 2>&1 #exec_always ~/.config/i3/customalways.sh 2>&1 exec_always ~/.config/sway/import-gsettings -exec_always killall kanshi && kanshi & +exec_always /bin/sh -c 'killall kanshi; kanshi 2>&1 >/tmp/kanshi.log &' #exec QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 & #exec picom -b 2>&1 & -exec dunst -mon $mon 2>&1 & +exec dunst -mon $mon -print 2>&1 >/tmp/dunst.log & exec lxqt-policykit-agent 2>&1 & #exec syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 & exec kdeconnect-indicator 2>&1 & @@ -257,14 +257,14 @@ for_window [class=".*"] border pixel 0 focus_follows_mouse yes hide_edge_borders smart +# Floaterizer 9000 +for_window [app_id="pinentry*"]; floating enable +for_window [app_id="lxqt-policykit-aget"]; floating enable + # Gaps gaps inner 5 -#before-sleep 'playerctl pause -a' -#before-sleep 'swaylock' - # Colors - # class border bground text indicator child_border client.focused #4285F4 #4285F4 #FFFFFF #4285F4 #2F60B0 client.focused_inactive #3B3E44 #2C2E3A #FFFFFF #2C2E3A #10213C @@ -273,3 +273,6 @@ client.urgent #2F343A #900000 #FFFFFF #2F343A #900000 client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C client.background #FFFFFF + +# Jank +include ~/.config/sway/config.d/*