diff options
Diffstat (limited to '.config/i3/config##desktop.Linux.Lowe')
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 36343ed..9f1cffd 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -17,6 +17,10 @@ font pango:Lato 11 | |||
17 | # Use Mouse+$mod to drag floating windows to their wanted position | 17 | # Use Mouse+$mod to drag floating windows to their wanted position |
18 | floating_modifier $alt | 18 | floating_modifier $alt |
19 | 19 | ||
20 | ############## | ||
21 | # bindings # | ||
22 | ############## | ||
23 | |||
20 | # i switched back to firefox can you tell | 24 | # i switched back to firefox can you tell |
21 | bindsym Ctrl+q exec --no-startup-id true | 25 | bindsym Ctrl+q exec --no-startup-id true |
22 | 26 | ||
@@ -43,6 +47,12 @@ bindsym XF86AudioPlay exec mpc toggle | |||
43 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh | 47 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh |
44 | bindsym XF86AudioNext exec mpc next | 48 | bindsym XF86AudioNext exec mpc next |
45 | 49 | ||
50 | # Make the currently focused window a scratchpad | ||
51 | bindsym $mod+Shift+minus move scratchpad | ||
52 | |||
53 | # Show the first scratchpad window | ||
54 | bindsym $mod+minus scratchpad show | ||
55 | |||
46 | # shortcuts for frequent programs | 56 | # shortcuts for frequent programs |
47 | bindsym $mod+Shift+z exec zotero | 57 | bindsym $mod+Shift+z exec zotero |
48 | bindsym $mod+Shift+f exec thunar | 58 | bindsym $mod+Shift+f exec thunar |