summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorYigit Sever2019-09-22 16:45:23 +0300
committerYigit Sever2019-09-22 16:45:23 +0300
commit8153ace86a09d2f09607a730633975006dac35f7 (patch)
tree780d7dbd2b2fdce6c2e839245076a549ae5c4060 /.config/i3
parent998384c409ea0a4246d41cc2009629ee1a930f3c (diff)
downloaddotfiles-8153ace86a09d2f09607a730633975006dac35f7.tar.gz
dotfiles-8153ace86a09d2f09607a730633975006dac35f7.tar.bz2
dotfiles-8153ace86a09d2f09607a730633975006dac35f7.zip
Migrate work from mpd to spotify
Diffstat (limited to '.config/i3')
-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 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
21floating_modifier $alt 21floating_modifier $alt
22 22
23gaps inner 10 23gaps inner 10
24gaps outer 10 24gaps outer 0
25 25
26############## 26##############
27# bindings # 27# bindings #
@@ -52,9 +52,9 @@ bindsym Print exec flameshot gui
52bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 52bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
53bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 53bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
54bindsym 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" 54bindsym 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"
55bindsym XF86AudioPlay exec mpc toggle 55bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
56bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh 56bindsym XF86AudioPrev exec --no-startup-id playerctl previous
57bindsym XF86AudioNext exec mpc next 57bindsym 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
60bindsym $mod+Shift+minus move scratchpad 60bindsym $mod+Shift+minus move scratchpad