forked from logan/dotfiles
Don't forget to convert the rest of your config
This commit is contained in:
parent
ae4c991698
commit
7a13351dfd
1 changed files with 11 additions and 5 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue