mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-25 19:14:39 +02:00
[dunst/mako] replace dunt with mako due to wayland problems
This commit is contained in:
parent
213d738520
commit
e4726c9174
4 changed files with 41 additions and 250 deletions
11
sway/config
11
sway/config
|
@ -28,7 +28,6 @@ output * bg #0C0C0D solid_color
|
|||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec nm-applet --indicator
|
||||
exec gnome-keyring-daemon --start --components secrets
|
||||
exec dunst
|
||||
exec sleep 2 && QSyncthingTray
|
||||
exec telegram-desktop -startintray
|
||||
exec /usr/lib/geoclue-2.0/demos/agent
|
||||
|
@ -83,10 +82,12 @@ bindsym $mod+w exec firefox
|
|||
bindsym $mod+u exec feedreader
|
||||
|
||||
# dunst
|
||||
bindsym $mod+dead_circumflex exec dunstctl close
|
||||
bindsym $mod+Shift+dead_circumflex exec dunstctl close-all
|
||||
bindsym $mod+minus exec dunstctl history-pop
|
||||
bindsym $mod+plus exec dunstctl context
|
||||
bindsym $mod+dead_circumflex exec makoctl dismiss
|
||||
bindsym $mod+Shift+dead_circumflex exec makoctl dismiss --all
|
||||
bindsym $mod+grave exec makoctl dismiss
|
||||
bindsym $mod+Shift+grave exec makoctl dismiss --all
|
||||
bindsym $mod+minus exec makoctl list
|
||||
bindsym $mod+plus exec makoctl invoke
|
||||
|
||||
# to prevent gnome-help
|
||||
bindsym F1 exec :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue