diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-24 19:02:23 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-24 19:02:23 +0200 |
| commit | f250f4f368f87573d860cf8bec17976309dd08b1 (patch) | |
| tree | 361081d456a429b9455b4721dcc503eea662c9b4 /i3config | |
| parent | 853974a5fce8a4af05ba733c21816b2672bc5708 (diff) | |
| download | dotfiles-f250f4f368f87573d860cf8bec17976309dd08b1.tar.gz | |
Update
Diffstat (limited to 'i3config')
| -rw-r--r-- | i3config | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -36,8 +36,8 @@ exec --no-startup-id nm-applet | |||
| 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,8 +211,8 @@ bar { | |||
| 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 | ||
