summaryrefslogtreecommitdiffstats
path: root/.config/i3/config##desktop.Linux.Maus
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.Maus
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.Maus')
-rw-r--r--.config/i3/config##desktop.Linux.Maus7
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus
index 3335dc6..83a08a7 100644
--- a/.config/i3/config##desktop.Linux.Maus
+++ b/.config/i3/config##desktop.Linux.Maus
@@ -57,11 +57,10 @@ bindsym $mod+p exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -optio
57bindsym Print exec flameshot gui 57bindsym Print exec flameshot gui
58 58
59# media keys 59# media keys
60bindsym $mod+m exec "pactl set-sink-mute @DEFAULT_SINK@ toggle" 60bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
61bindsym $mod+Up exec "pactl set-sink-volume @DEFAULT_SINK@ +5%" 61bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
62bindsym $mod+Down exec "pactl set-sink-volume @DEFAULT_SINK@ -5%" 62bindsym $mod+m 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"
63bindsym $mod+q exec mpc toggle 63bindsym $mod+q exec mpc toggle
64#bindsym XF86AudioStop exec mpc stop
65bindsym $mod+Left exec /home/yigit/bin/mpvPrev 64bindsym $mod+Left exec /home/yigit/bin/mpvPrev
66bindsym $mod+Right exec mpc next 65bindsym $mod+Right exec mpc next
67 66