blob: d32f2f1d8796b545e448d614aa921dea7803cd34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
super + shift + s
flameshot gui
super + w
firefox
super + ctrl + Up
pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
super + ctrl + Down
pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
super + shift + m
pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
super + ctrl + space
playerctl play-pause
bindsym $mod+Control+Up exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
bindsym $mod+Control+Down exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
bindsym $mod+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
bindsym $mod+Control+space exec --no-startup-id playerctl play-pause
|