diff options
Diffstat (limited to '.config/i3/config##desktop.Linux.Lowe')
-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 e11eb6f..2bedf6e 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 | ||
@@ -39,9 +43,6 @@ bindsym Print exec flameshot gui | |||
39 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 43 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
40 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 44 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
41 | 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" | 45 | 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" |
42 | #bindsym XF86AudioMute exec "pactl set-sink-mute @DEFAULT_SINK@ toggle" | ||
43 | #bindsym XF86AudioRaiseVolume exec "pactl set-sink-volume @DEFAULT_SINK@ +5%" | ||
44 | #bindsym XF86AudioLowerVolume exec "pactl set-sink-volume @DEFAULT_SINK@ -5%" | ||
45 | bindsym XF86AudioPlay exec mpc toggle | 46 | bindsym XF86AudioPlay exec mpc toggle |
46 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh | 47 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh |
47 | bindsym XF86AudioNext exec mpc next | 48 | bindsym XF86AudioNext exec mpc next |
@@ -164,7 +165,6 @@ mode "resize" { | |||
164 | 165 | ||
165 | # session | 166 | # session |
166 | mode " (L)ock (S)ignout (R)eboot (P)oweroff" { | 167 | mode " (L)ock (S)ignout (R)eboot (P)oweroff" { |
167 | |||
168 | bindsym $mod+l exec betterlockscreen -l dimblur -t "Welcome back" | 168 | bindsym $mod+l exec betterlockscreen -l dimblur -t "Welcome back" |
169 | bindsym $mod+r exec systemctl reboot | 169 | bindsym $mod+r exec systemctl reboot |
170 | bindsym $mod+p exec systemctl poweroff | 170 | bindsym $mod+p exec systemctl poweroff |