|
diff --git a/i3config b/i3config
|
| ... |
| 36 |
|
36 |
|
| 37 |
# Use pactl to adjust volume in PulseAudio. |
37 |
# Use pactl to adjust volume in PulseAudio. |
| 38 |
set $refresh_i3status killall -SIGUSR1 i3status |
38 |
set $refresh_i3status killall -SIGUSR1 i3status |
| 39 |
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status |
39 |
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status |
| 40 |
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status |
40 |
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status |
| 41 |
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status |
41 |
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status |
| 42 |
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status |
42 |
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status |
| 43 |
|
43 |
|
| ... |
| 211 |
font pango:BerkeleyMono Bold 9 |
211 |
font pango:BerkeleyMono Bold 9 |
| 212 |
focus_follows_mouse no |
212 |
focus_follows_mouse no |
| 213 |
hide_edge_borders both |
213 |
hide_edge_borders both |
|
|
214 |
exec --no-startup-id feh --bg-fill black ~/.black.png |
| 214 |
exec --no-startup-id picom --backend glx --vsync -b |
215 |
exec --no-startup-id picom --backend glx --vsync -b |
| 215 |
exec_always --no-startup-id xsetroot -solid black |
|
|
| 216 |
bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png |
216 |
bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png |
| 217 |
bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' |
217 |
bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' |
| 218 |
|
218 |
|