diff options
author | Yigit Sever | 2019-03-21 23:39:44 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-21 23:39:44 +0300 |
commit | f2d5aab582154e0dfe2bd0c27fb2fae38918f300 (patch) | |
tree | 2adfe18174373a549b33ecbcfbdfe93a878a1f0c /.config/i3/config##desktop.Linux.Lowe | |
parent | 2146519a1fdc0a9949f54130248318e2c248389d (diff) | |
parent | 0a11f9d100240a3bc9e4b6e638fd8ba6aae10038 (diff) | |
download | dotfiles-f2d5aab582154e0dfe2bd0c27fb2fae38918f300.tar.gz dotfiles-f2d5aab582154e0dfe2bd0c27fb2fae38918f300.tar.bz2 dotfiles-f2d5aab582154e0dfe2bd0c27fb2fae38918f300.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
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 |