diff options
author | Yigit Sever | 2019-03-21 23:29:43 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-21 23:29:43 +0300 |
commit | fd113d74d4f2162364e245ab90f4e378e55be992 (patch) | |
tree | 261e5d04592324d167da776f9798508dd87fb649 /.config | |
parent | e4985a44805d8b0568ebb8d15db00ee3d7ef1dbb (diff) | |
download | dotfiles-fd113d74d4f2162364e245ab90f4e378e55be992.tar.gz dotfiles-fd113d74d4f2162364e245ab90f4e378e55be992.tar.bz2 dotfiles-fd113d74d4f2162364e245ab90f4e378e55be992.zip |
i3 scratchpad for work
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 98758cb..e11eb6f 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -46,6 +46,12 @@ bindsym XF86AudioPlay exec mpc toggle | |||
46 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh | 46 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh |
47 | bindsym XF86AudioNext exec mpc next | 47 | bindsym XF86AudioNext exec mpc next |
48 | 48 | ||
49 | # Make the currently focused window a scratchpad | ||
50 | bindsym $mod+Shift+minus move scratchpad | ||
51 | |||
52 | # Show the first scratchpad window | ||
53 | bindsym $mod+minus scratchpad show | ||
54 | |||
49 | # shortcuts for frequent programs | 55 | # shortcuts for frequent programs |
50 | bindsym $mod+Shift+z exec zotero | 56 | bindsym $mod+Shift+z exec zotero |
51 | bindsym $mod+Shift+f exec thunar | 57 | bindsym $mod+Shift+f exec thunar |