aboutsummaryrefslogtreecommitdiff
path: root/i3config
diff options
context:
space:
mode:
Diffstat (limited to 'i3config')
-rw-r--r--i3config2
1 files changed, 2 insertions, 0 deletions
diff --git a/i3config b/i3config
index c4b0fe2..0611cc9 100644
--- a/i3config
+++ b/i3config
@@ -208,9 +208,11 @@ bar {
208 status_command i3blocks 208 status_command i3blocks
209} 209}
210 210
211font pango:BerkeleyMono Bold 8
211focus_follows_mouse no 212focus_follows_mouse no
212hide_edge_borders both 213hide_edge_borders both
213exec --no-startup-id picom --backend glx --vsync -b 214exec --no-startup-id picom --backend glx --vsync -b
215exec_always --no-startup-id xsetroot -solid black
214bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png 216bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png
215bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' 217bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink'
216 218