summaryrefslogtreecommitdiffstats
path: root/.config/i3/config##desktop.Linux.Lowe
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/config##desktop.Linux.Lowe')
-rw-r--r--.config/i3/config##desktop.Linux.Lowe8
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
18floating_modifier $alt 18floating_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
21bindsym Ctrl+q exec --no-startup-id true 25bindsym Ctrl+q exec --no-startup-id true
22 26
@@ -39,9 +43,6 @@ bindsym Print exec flameshot gui
39bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 43bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
40bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 44bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
41bindsym 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" 45bindsym 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%"
45bindsym XF86AudioPlay exec mpc toggle 46bindsym XF86AudioPlay exec mpc toggle
46bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh 47bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh
47bindsym XF86AudioNext exec mpc next 48bindsym XF86AudioNext exec mpc next
@@ -164,7 +165,6 @@ mode "resize" {
164 165
165# session 166# session
166mode " (L)ock (S)ignout (R)eboot (P)oweroff" { 167mode " (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