From c7bf7a17a4d523b040b72adce33acdbe95840127 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2024 06:42:24 +0200 Subject: Added pulseaudio sink toggler --- i3config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i3config') diff --git a/i3config b/i3config index f390cb1..c4b0fe2 100644 --- a/i3config +++ b/i3config @@ -204,11 +204,13 @@ bar { urgent_workspace #900000 #900000 #FFFFFF binding_mode #900000 #900000 #FFFFFF } - status_command i3status + # status_command i3status + status_command i3blocks } focus_follows_mouse no +hide_edge_borders both exec --no-startup-id picom --backend glx --vsync -b bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png -hide_edge_borders both +bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' -- cgit v1.2.3