diff options
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 53d9d53..6e0bc8a 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -21,7 +21,7 @@ font pango:Lato 11 | |||
21 | floating_modifier $alt | 21 | floating_modifier $alt |
22 | 22 | ||
23 | gaps inner 10 | 23 | gaps inner 10 |
24 | gaps outer 10 | 24 | gaps outer 0 |
25 | 25 | ||
26 | ############## | 26 | ############## |
27 | # bindings # | 27 | # bindings # |
@@ -52,9 +52,9 @@ bindsym Print exec flameshot gui | |||
52 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 52 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
53 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 53 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
54 | bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" | 54 | bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" |
55 | bindsym XF86AudioPlay exec mpc toggle | 55 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause |
56 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh | 56 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous |
57 | bindsym XF86AudioNext exec mpc next | 57 | bindsym XF86AudioNext exec --no-startup-id playerctl next |
58 | 58 | ||
59 | # Make the currently focused window a scratchpad | 59 | # Make the currently focused window a scratchpad |
60 | bindsym $mod+Shift+minus move scratchpad | 60 | bindsym $mod+Shift+minus move scratchpad |