diff options
Diffstat (limited to '.config/i3/config##h.maus')
-rw-r--r-- | .config/i3/config##h.maus | 19 |
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 | |||
39 | font pango:Iosevka 11 | 39 | font 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 | ||
44 | bindcode $mod+53 exec --no-startup-id dunstctl close | ||
45 | bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all | ||
46 | |||
47 | # give context menu with mod+o | ||
48 | bindcode $mod+47 exec --no-startup-id dunstctl context | ||
49 | |||
50 | # show history items with mod+0 (like the old times) | ||
51 | bindcode $mod+19 exec --no-startup-id dunstctl history-pop | ||
52 | |||
53 | # done, {task,time}warrior control suite, mod+d | ||
43 | bindcode $mod+42 exec --no-startup-id ~/.local/bin/done | 54 | bindcode $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 | |||
69 | bindsym XF86AudioNext exec --no-startup-id playerctl next | 80 | bindsym XF86AudioNext exec --no-startup-id playerctl next |
70 | bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp | 81 | bindsym 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+- |
73 | bindcode $mod+Shift+20 move scratchpad | 84 | bindcode $mod+Shift+20 move scratchpad |
74 | 85 | ||
75 | # show the first scratchpad window | 86 | # show the first scratchpad window, mod+- |
76 | bindcode $mod+20 scratchpad show | 87 | bindcode $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 | |||
159 | bindsym $mod+7 workspace $ws7 | 170 | bindsym $mod+7 workspace $ws7 |
160 | bindsym $mod+8 workspace $ws8 | 171 | bindsym $mod+8 workspace $ws8 |
161 | bindsym $mod+9 workspace $wssteam | 172 | bindsym $mod+9 workspace $wssteam |
162 | bindsym $mod+0 workspace $ws10 | ||
163 | bindsym $mod+m workspace $wsmusic | 173 | bindsym $mod+m workspace $wsmusic |
164 | bindcode $mod+49 workspace $wszotero | 174 | bindcode $mod+49 workspace $wszotero |
165 | bindcode $mod+60 workspace $wsdesktop | 175 | bindcode $mod+60 workspace $wsdesktop |
@@ -175,7 +185,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6 | |||
175 | bindsym $mod+Shift+7 move container to workspace $ws7 | 185 | bindsym $mod+Shift+7 move container to workspace $ws7 |
176 | bindsym $mod+Shift+8 move container to workspace $ws8 | 186 | bindsym $mod+Shift+8 move container to workspace $ws8 |
177 | bindsym $mod+Shift+9 move container to workspace $wssteam | 187 | bindsym $mod+Shift+9 move container to workspace $wssteam |
178 | bindsym $mod+Shift+0 move container to workspace $ws10 | ||
179 | bindsym $mod+Shift+m move container to workspace $wsmusic | 188 | bindsym $mod+Shift+m move container to workspace $wsmusic |
180 | bindcode $mod+Shift+49 move container to workspace $wszotero | 189 | bindcode $mod+Shift+49 move container to workspace $wszotero |
181 | bindcode $mod+Shift+60 move container to workspace $wsdesktop | 190 | bindcode $mod+Shift+60 move container to workspace $wsdesktop |