Fixed i3 config
parent
8718a51406
commit
05d2170c24
|
|
@ -47,9 +47,9 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||||
|
|
||||||
# mocp
|
# mocp
|
||||||
bindsym $mod+Mod1+Right exec --no-startup-id /usr/local/bin/mocp --next
|
bindsym $mod+Mod1+Right exec --no-startup-id mocp --next && sleep 0.5 && refrest-status-bar
|
||||||
bindsym $mod+Mod1+Left exec --no-startup-id /usr/local/bin/mocp --previous
|
bindsym $mod+Mod1+Left exec --no-startup-id mocp --previous && sleep 0.5 && refrest-status-bar
|
||||||
bindsym $mod+Mod1+Down exec --no-startup-id /usr/local/bin/mocp --toggle-pause
|
bindsym $mod+Mod1+Down exec --no-startup-id mocp --toggle-pause && sleep 0.5 && refrest-status-bar
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue