aboutsummaryrefslogtreecommitdiff
path: root/i3config
diff options
context:
space:
mode:
Diffstat (limited to 'i3config')
-rw-r--r--i3config6
1 files changed, 4 insertions, 2 deletions
diff --git a/i3config b/i3config
index f390cb1..c4b0fe2 100644
--- a/i3config
+++ b/i3config
@@ -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
210focus_follows_mouse no 211focus_follows_mouse no
212hide_edge_borders both
211exec --no-startup-id picom --backend glx --vsync -b 213exec --no-startup-id picom --backend glx --vsync -b
212bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png 214bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png
213hide_edge_borders both 215bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink'
214 216