Don't forget to convert the rest of your config

This commit is contained in:
Logan G 2022-02-12 00:56:42 -07:00
parent ae4c991698
commit 7a13351dfd
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -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 &