diff options
author | Yigit Sever | 2021-10-25 13:34:42 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-25 13:34:42 +0300 |
commit | 06c6f71a6bdad88fc40219a8dd086acd052958e1 (patch) | |
tree | fb31036d2084355001a26cd4b25ac707907b32d6 /.config/i3/config##h.luchs | |
parent | 328b9457389bda7c54138db6e908de1c6e1acc3f (diff) | |
parent | 3fad12478ae35265aac6496f61342471da06c4a9 (diff) | |
download | dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.gz dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.bz2 dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.zip |
Merge remote-tracking branch 'origin'
Diffstat (limited to '.config/i3/config##h.luchs')
-rw-r--r-- | .config/i3/config##h.luchs | 13 |
1 files changed, 11 insertions, 2 deletions
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 | |||
46 | font pango:Iosevka 11 | 46 | font pango:Iosevka 11 |
47 | 47 | ||
48 | ## bindings | 48 | ## bindings |
49 | ### dunstctl - dunst shortcuts have been deprecated | ||
50 | # close notifications with mod+x | ||
51 | bindcode $mod+53 exec --no-startup-id dunstctl close | ||
52 | bindcode $mod+shift+53 exec --no-startup-id dunstctl close-all | ||
53 | |||
54 | # give context menu with mod+o | ||
55 | bindcode $mod+47 exec --no-startup-id dunstctl context | ||
56 | |||
57 | # show history items with mod+0 (like the old times) | ||
58 | bindcode $mod+19 exec --no-startup-id dunstctl history-pop | ||
59 | |||
49 | # done, {task,time}warrior control suite | 60 | # done, {task,time}warrior control suite |
50 | bindcode $mod+42 exec --no-startup-id ~/.local/bin/done | 61 | bindcode $mod+42 exec --no-startup-id ~/.local/bin/done |
51 | 62 | ||
@@ -169,7 +180,6 @@ bindsym $mod+6 workspace $ws6 | |||
169 | bindsym $mod+7 workspace $ws7 | 180 | bindsym $mod+7 workspace $ws7 |
170 | bindsym $mod+8 workspace $ws8 | 181 | bindsym $mod+8 workspace $ws8 |
171 | bindsym $mod+9 workspace $ws9 | 182 | bindsym $mod+9 workspace $ws9 |
172 | bindsym $mod+0 workspace $ws10 | ||
173 | bindcode $mod+49 workspace $wszotero | 183 | bindcode $mod+49 workspace $wszotero |
174 | bindcode $mod+60 workspace $wsdesktop | 184 | bindcode $mod+60 workspace $wsdesktop |
175 | bindcode $mod+21 workspace $wsbrowser | 185 | bindcode $mod+21 workspace $wsbrowser |
@@ -184,7 +194,6 @@ bindsym $mod+Shift+6 move container to workspace $ws6 | |||
184 | bindsym $mod+Shift+7 move container to workspace $ws7 | 194 | bindsym $mod+Shift+7 move container to workspace $ws7 |
185 | bindsym $mod+Shift+8 move container to workspace $ws8 | 195 | bindsym $mod+Shift+8 move container to workspace $ws8 |
186 | bindsym $mod+Shift+9 move container to workspace $ws9 | 196 | bindsym $mod+Shift+9 move container to workspace $ws9 |
187 | bindsym $mod+Shift+0 move container to workspace $ws10 | ||
188 | bindcode $mod+Shift+49 move container to workspace $wszotero | 197 | bindcode $mod+Shift+49 move container to workspace $wszotero |
189 | bindcode $mod+Shift+60 move container to workspace $wsdesktop | 198 | bindcode $mod+Shift+60 move container to workspace $wsdesktop |
190 | bindcode $mod+Shift+21 move container to workspace $wsbrowser | 199 | bindcode $mod+Shift+21 move container to workspace $wsbrowser |