diff options
Diffstat (limited to '.config/i3/config##h.lowe')
-rw-r--r-- | .config/i3/config##h.lowe | 13 |
1 files changed, 11 insertions, 2 deletions
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 | |||
40 | gaps outer 0 | 40 | gaps outer 0 |
41 | 41 | ||
42 | ## bindings | 42 | ## bindings |
43 | ### dunstctl - dunst shortcuts have been deprecated | ||
44 | # close notifications with mod+x | ||
45 | bindcode $mod+53 exec --no-startup-id dunstctl close | ||
46 | bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all | ||
47 | |||
48 | # give context menu with mod+o | ||
49 | bindcode $mod+47 exec --no-startup-id dunstctl context | ||
50 | |||
51 | # show history items with mod+0 (like the old times) | ||
52 | bindcode $mod+19 exec --no-startup-id dunstctl history-pop | ||
53 | |||
43 | # done, {task,time}warrior control suite | 54 | # done, {task,time}warrior control suite |
44 | bindcode $mod+42 exec --no-startup-id ~/.local/bin/done | 55 | bindcode $mod+42 exec --no-startup-id ~/.local/bin/done |
45 | 56 | ||
@@ -147,7 +158,6 @@ bindsym $mod+6 workspace $ws6 | |||
147 | bindsym $mod+7 workspace $ws7 | 158 | bindsym $mod+7 workspace $ws7 |
148 | bindsym $mod+8 workspace $ws8 | 159 | bindsym $mod+8 workspace $ws8 |
149 | bindsym $mod+9 workspace $wssteam | 160 | bindsym $mod+9 workspace $wssteam |
150 | bindsym $mod+0 workspace $ws10 | ||
151 | bindsym $mod+m workspace $wsmusic | 161 | bindsym $mod+m workspace $wsmusic |
152 | bindcode $mod+49 workspace $wszotero | 162 | bindcode $mod+49 workspace $wszotero |
153 | bindcode $mod+60 workspace $wsdesktop | 163 | bindcode $mod+60 workspace $wsdesktop |
@@ -163,7 +173,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6 | |||
163 | bindsym $mod+Shift+7 move container to workspace $ws7 | 173 | bindsym $mod+Shift+7 move container to workspace $ws7 |
164 | bindsym $mod+Shift+8 move container to workspace $ws8 | 174 | bindsym $mod+Shift+8 move container to workspace $ws8 |
165 | bindsym $mod+Shift+9 move container to workspace $wssteam | 175 | bindsym $mod+Shift+9 move container to workspace $wssteam |
166 | bindsym $mod+Shift+0 move container to workspace $ws10 | ||
167 | bindsym $mod+Shift+m move container to workspace $wsmusic | 176 | bindsym $mod+Shift+m move container to workspace $wsmusic |
168 | bindcode $mod+Shift+49 move container to workspace $wszotero | 177 | bindcode $mod+Shift+49 move container to workspace $wszotero |
169 | bindcode $mod+Shift+60 move container to workspace $wsdesktop | 178 | bindcode $mod+Shift+60 move container to workspace $wsdesktop |