From 266e4d22e816c4ef3c0954141edaecf11fbe0d83 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 24 Oct 2021 17:16:04 +0300 Subject: dunst: shortcuts removed, everything broken --- .config/i3/config##h.lowe | 13 +++++++++++-- .config/i3/config##h.luchs | 13 +++++++++++-- .config/i3/config##h.maus | 19 ++++++++++++++----- 3 files changed, 36 insertions(+), 9 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config##h.lowe b/.config/i3/config##h.lowe index 0c517ea..ca32cf3 100644 --- a/.config/i3/config##h.lowe +++ b/.config/i3/config##h.lowe @@ -40,6 +40,17 @@ gaps inner 5 gaps outer 0 ## bindings +### dunstctl - dunst shortcuts have been deprecated +# close notifications with mod+x +bindcode $mod+53 exec --no-startup-id dunstctl close +bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all + +# give context menu with mod+o +bindcode $mod+47 exec --no-startup-id dunstctl context + +# show history items with mod+0 (like the old times) +bindcode $mod+19 exec --no-startup-id dunstctl history-pop + # done, {task,time}warrior control suite bindcode $mod+42 exec --no-startup-id ~/.local/bin/done @@ -147,7 +158,6 @@ bindsym $mod+6 workspace $ws6 bindsym $mod+7 workspace $ws7 bindsym $mod+8 workspace $ws8 bindsym $mod+9 workspace $wssteam -bindsym $mod+0 workspace $ws10 bindsym $mod+m workspace $wsmusic bindcode $mod+49 workspace $wszotero bindcode $mod+60 workspace $wsdesktop @@ -163,7 +173,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6 bindsym $mod+Shift+7 move container to workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $wssteam -bindsym $mod+Shift+0 move container to workspace $ws10 bindsym $mod+Shift+m move container to workspace $wsmusic bindcode $mod+Shift+49 move container to workspace $wszotero bindcode $mod+Shift+60 move container to workspace $wsdesktop diff --git a/.config/i3/config##h.luchs b/.config/i3/config##h.luchs index 319844a..081a614 100644 --- a/.config/i3/config##h.luchs +++ b/.config/i3/config##h.luchs @@ -46,6 +46,17 @@ gaps outer 2 font pango:Iosevka 11 ## bindings +### dunstctl - dunst shortcuts have been deprecated +# close notifications with mod+x +bindcode $mod+53 exec --no-startup-id dunstctl close +bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all + +# give context menu with mod+o +bindcode $mod+47 exec --no-startup-id dunstctl context + +# show history items with mod+0 (like the old times) +bindcode $mod+19 exec --no-startup-id dunstctl history-pop + # done, {task,time}warrior control suite bindcode $mod+42 exec --no-startup-id ~/.local/bin/done @@ -169,7 +180,6 @@ bindsym $mod+6 workspace $ws6 bindsym $mod+7 workspace $ws7 bindsym $mod+8 workspace $ws8 bindsym $mod+9 workspace $ws9 -bindsym $mod+0 workspace $ws10 bindcode $mod+49 workspace $wszotero bindcode $mod+60 workspace $wsdesktop bindcode $mod+21 workspace $wsbrowser @@ -184,7 +194,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6 bindsym $mod+Shift+7 move container to workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 -bindsym $mod+Shift+0 move container to workspace $ws10 bindcode $mod+Shift+49 move container to workspace $wszotero bindcode $mod+Shift+60 move container to workspace $wsdesktop bindcode $mod+Shift+21 move container to workspace $wsbrowser diff --git a/.config/i3/config##h.maus b/.config/i3/config##h.maus index 29830c1..9b2c518 100644 --- a/.config/i3/config##h.maus +++ b/.config/i3/config##h.maus @@ -39,7 +39,18 @@ exec --no-startup-id ~/.fehbg font pango:Iosevka 11 ## bindings -# done, {task,time}warrior control suite +### dunstctl - dunst shortcuts have been deprecated +# close notifications with mod+x +bindcode $mod+53 exec --no-startup-id dunstctl close +bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all + +# give context menu with mod+o +bindcode $mod+47 exec --no-startup-id dunstctl context + +# show history items with mod+0 (like the old times) +bindcode $mod+19 exec --no-startup-id dunstctl history-pop + +# done, {task,time}warrior control suite, mod+d bindcode $mod+42 exec --no-startup-id ~/.local/bin/done # type the contents of the clipboard with mod+p @@ -69,10 +80,10 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp -# make the currently focused window a scratchpad +# make the currently focused window a scratchpad, mod+shift+- bindcode $mod+Shift+20 move scratchpad -# show the first scratchpad window +# show the first scratchpad window, mod+- bindcode $mod+20 scratchpad show # pause notifications for a while with mod+shift+y @@ -159,7 +170,6 @@ bindsym $mod+6 workspace $ws6 bindsym $mod+7 workspace $ws7 bindsym $mod+8 workspace $ws8 bindsym $mod+9 workspace $wssteam -bindsym $mod+0 workspace $ws10 bindsym $mod+m workspace $wsmusic bindcode $mod+49 workspace $wszotero bindcode $mod+60 workspace $wsdesktop @@ -175,7 +185,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6 bindsym $mod+Shift+7 move container to workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $wssteam -bindsym $mod+Shift+0 move container to workspace $ws10 bindsym $mod+Shift+m move container to workspace $wsmusic bindcode $mod+Shift+49 move container to workspace $wszotero bindcode $mod+Shift+60 move container to workspace $wsdesktop -- cgit v1.2.3-61-g4310