|
@@ -20,7 +20,7 @@ set $center move absolute position center
|
|
|
# FLOATING
|
|
|
floating_modifier $mod
|
|
|
|
|
|
-set $thick 0
|
|
|
+set $thick 1
|
|
|
|
|
|
# DEFAULT BORDER
|
|
|
for_window [class="^.*"] border pixel $thick
|
|
@@ -306,11 +306,15 @@ bindsym $mod+Shift+o exec rofi-bat
|
|
|
exec --no-startup-id unclutter -grab
|
|
|
|
|
|
# RELOAD
|
|
|
-exec_always --no-startup-id compton --config ~/.config/compton/compton.conf
|
|
|
+#exec_always --no-startup-id compton --config ~/.config/compton/compton.conf
|
|
|
exec_always --no-startup-id dunst
|
|
|
exec_always --no-startup-id syncthing -no-browser
|
|
|
exec_always xrdb --merge ~/.Xresoureces
|
|
|
|
|
|
+# Set wallpaper and keyboard mappings
|
|
|
+exec_always --no-startup-id changepaper
|
|
|
+exec_always setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt
|
|
|
+
|
|
|
## Volume control
|
|
|
# Pulse Audio controls
|
|
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% #increase sound volume
|