|
@@ -20,7 +20,7 @@ set $center move absolute position center
|
|
|
# FLOATING
|
|
|
floating_modifier $mod
|
|
|
|
|
|
-set $thick 2
|
|
|
+set $thick 1
|
|
|
|
|
|
# DEFAULT BORDER
|
|
|
for_window [class="^.*"] border pixel $thick
|
|
@@ -240,7 +240,7 @@ client.placeholder $bg $bg $bg $bg
|
|
|
##### TOOLS ########################################
|
|
|
|
|
|
# SCREENSHOT
|
|
|
-set $shots ~/var/screenshots
|
|
|
+set $shots ~/var/media/screenshots
|
|
|
|
|
|
bindsym $mod+Print exec maim --hidecursor $shots/$(date +%s).png
|
|
|
bindsym $mod+Ctrl+Print exec maim -s $shots/$(date +%s).png
|
|
@@ -318,7 +318,7 @@ bindsym $mod+Shift+o exec rofi-bat
|
|
|
exec --no-startup-id unclutter -grab
|
|
|
|
|
|
# RELOAD
|
|
|
-#exec_always --no-startup-id compton
|
|
|
+exec_always --no-startup-id compton
|
|
|
exec_always --no-startup-id dunst
|
|
|
exec_always --no-startup-id syncthing
|
|
|
exec_always xrdb --merge ~/.Xresoureces
|