summaryrefslogtreecommitdiffstats
path: root/.config/i3/config##desktop.Linux.Lowe
diff options
context:
space:
mode:
authorYigit Sever2019-03-20 22:27:47 +0300
committerYigit Sever2019-03-20 22:27:47 +0300
commitf3f6b63dffc475614adc23603d8ad90f96c8f55b (patch)
treefcdb7486d3da1c4cc70d15f0b65a8bf843c36759 /.config/i3/config##desktop.Linux.Lowe
parent628a368bec0fcd039e5016cdffa899ddf946acaf (diff)
parent062c0fb514f4f967da986c8cece86b0fa497f704 (diff)
downloaddotfiles-f3f6b63dffc475614adc23603d8ad90f96c8f55b.tar.gz
dotfiles-f3f6b63dffc475614adc23603d8ad90f96c8f55b.tar.bz2
dotfiles-f3f6b63dffc475614adc23603d8ad90f96c8f55b.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.Lowe9
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe
index 35554d5..98758cb 100644
--- a/.config/i3/config##desktop.Linux.Lowe
+++ b/.config/i3/config##desktop.Linux.Lowe
@@ -36,9 +36,12 @@ bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -opt
36bindsym Print exec flameshot gui 36bindsym Print exec flameshot gui
37 37
38# media keys 38# media keys
39bindsym XF86AudioMute exec "pactl set-sink-mute @DEFAULT_SINK@ toggle" 39bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
40bindsym XF86AudioRaiseVolume exec "pactl set-sink-volume @DEFAULT_SINK@ +5%" 40bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
41bindsym XF86AudioLowerVolume exec "pactl set-sink-volume @DEFAULT_SINK@ -5%" 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"
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%"
42bindsym XF86AudioPlay exec mpc toggle 45bindsym XF86AudioPlay exec mpc toggle
43bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh 46bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh
44bindsym XF86AudioNext exec mpc next 47bindsym XF86AudioNext exec mpc next