diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-22 06:42:24 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-22 06:42:24 +0200 |
| commit | c7bf7a17a4d523b040b72adce33acdbe95840127 (patch) | |
| tree | 9259142cfa29e7819d93c71cbcc549ff2210cc2a /i3config | |
| parent | 6fb6e6d94244c447eeed3e86c7e84c32f0c80838 (diff) | |
| download | dotfiles-c7bf7a17a4d523b040b72adce33acdbe95840127.tar.gz | |
Added pulseaudio sink toggler
Diffstat (limited to 'i3config')
| -rw-r--r-- | i3config | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -204,11 +204,13 @@ bar { | |||
| 204 | urgent_workspace #900000 #900000 #FFFFFF | 204 | urgent_workspace #900000 #900000 #FFFFFF |
| 205 | binding_mode #900000 #900000 #FFFFFF | 205 | binding_mode #900000 #900000 #FFFFFF |
| 206 | } | 206 | } |
| 207 | status_command i3status | 207 | # status_command i3status |
| 208 | status_command i3blocks | ||
| 208 | } | 209 | } |
| 209 | 210 | ||
| 210 | focus_follows_mouse no | 211 | focus_follows_mouse no |
| 212 | hide_edge_borders both | ||
| 211 | exec --no-startup-id picom --backend glx --vsync -b | 213 | exec --no-startup-id picom --backend glx --vsync -b |
| 212 | bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png | 214 | bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png |
| 213 | hide_edge_borders both | 215 | bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' |
| 214 | 216 | ||
