From 7a13351dfd7e6df4d792f0e566090468fcfa4533 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Sat, 12 Feb 2022 00:56:42 -0700 Subject: [PATCH] Don't forget to convert the rest of your config --- .config/sway/config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 12eee0a..bd1e75c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -224,10 +224,16 @@ bindsym --locked --no-repeat XF86AudioPrev exec playerctl previous bindsym Print exec grim -g "$(slurp)" - | swappy -f - # Dunst -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+Space dunstctl close +#bindsym $mod+Mod1+Shift dunstctl close-all +#bindsym $mod+Mod1+Tab dunstctl history-pop +#bindsym $mod+Mod1+Period dunstctl context + +# Mako +bindsym $mod+Mod1+Space makoctl dismiss +bindsym $mod+Mod1+Shift makoctl dismiss -a +bindsym $mod+Mod1+Tab makoctl restore +bindsym $mod+Mod1+Period makoctl menu wofi -dmenu # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) @@ -244,7 +250,7 @@ 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 -print 2>&1 >/tmp/dunst.log & -exec mako -output $mon 2>&1 >/tmp/mako.log & +exec mako --output $mon 2>&1 >/tmp/mako.log & exec lxqt-policykit-agent 2>&1 & #exec syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 & exec kdeconnect-indicator 2>&1 &