summaryrefslogtreecommitdiffstats
path: root/.config/i3/config##h.maus
diff options
context:
space:
mode:
diffstat (limited to '.config/i3/config##h.maus')
-rw-r--r--.config/i3/config##h.maus19
1 files changed, 14 insertions, 5 deletions
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
39font pango:Iosevka 11 39font pango:Iosevka 11
40 40
41## bindings 41## bindings
42# done, {task,time}warrior control suite 42### dunstctl - dunst shortcuts have been deprecated
43# close notifications with mod+x
44bindcode $mod+53 exec --no-startup-id dunstctl close
45bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all
46
47# give context menu with mod+o
48bindcode $mod+47 exec --no-startup-id dunstctl context
49
50# show history items with mod+0 (like the old times)
51bindcode $mod+19 exec --no-startup-id dunstctl history-pop
52
53# done, {task,time}warrior control suite, mod+d
43bindcode $mod+42 exec --no-startup-id ~/.local/bin/done 54bindcode $mod+42 exec --no-startup-id ~/.local/bin/done
44 55
45# type the contents of the clipboard with mod+p 56# type the contents of the clipboard with mod+p
@@ -69,10 +80,10 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous
69bindsym XF86AudioNext exec --no-startup-id playerctl next 80bindsym XF86AudioNext exec --no-startup-id playerctl next
70bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp 81bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp
71 82
72# make the currently focused window a scratchpad 83# make the currently focused window a scratchpad, mod+shift+-
73bindcode $mod+Shift+20 move scratchpad 84bindcode $mod+Shift+20 move scratchpad
74 85
75# show the first scratchpad window 86# show the first scratchpad window, mod+-
76bindcode $mod+20 scratchpad show 87bindcode $mod+20 scratchpad show
77 88
78# pause notifications for a while with mod+shift+y 89# pause notifications for a while with mod+shift+y
@@ -159,7 +170,6 @@ bindsym $mod+6 workspace $ws6
159bindsym $mod+7 workspace $ws7 170bindsym $mod+7 workspace $ws7
160bindsym $mod+8 workspace $ws8 171bindsym $mod+8 workspace $ws8
161bindsym $mod+9 workspace $wssteam 172bindsym $mod+9 workspace $wssteam
162bindsym $mod+0 workspace $ws10
163bindsym $mod+m workspace $wsmusic 173bindsym $mod+m workspace $wsmusic
164bindcode $mod+49 workspace $wszotero 174bindcode $mod+49 workspace $wszotero
165bindcode $mod+60 workspace $wsdesktop 175bindcode $mod+60 workspace $wsdesktop
@@ -175,7 +185,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6
175bindsym $mod+Shift+7 move container to workspace $ws7 185bindsym $mod+Shift+7 move container to workspace $ws7
176bindsym $mod+Shift+8 move container to workspace $ws8 186bindsym $mod+Shift+8 move container to workspace $ws8
177bindsym $mod+Shift+9 move container to workspace $wssteam 187bindsym $mod+Shift+9 move container to workspace $wssteam
178bindsym $mod+Shift+0 move container to workspace $ws10
179bindsym $mod+Shift+m move container to workspace $wsmusic 188bindsym $mod+Shift+m move container to workspace $wsmusic
180bindcode $mod+Shift+49 move container to workspace $wszotero 189bindcode $mod+Shift+49 move container to workspace $wszotero
181bindcode $mod+Shift+60 move container to workspace $wsdesktop 190bindcode $mod+Shift+60 move container to workspace $wsdesktop