|
@@ -360,6 +360,11 @@ assign [instance="telegram"] 9
|
|
|
assign [instance="spotify"] 8
|
|
|
|
|
|
|
|
|
+# YAD
|
|
|
+for_window [class="Yad"] floating enable
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
# -----[ Runtime ]----- #
|
|
|
|
|
|
exec --no-startup-id udiskie -a -n -t # automounting USB sticks
|
|
@@ -370,4 +375,4 @@ exec_always --no-startup-id wal -R
|
|
|
exec_always --no-startup-id setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl # us-international kb layout
|
|
|
exec_always --no-startup-id autorandr -c --force
|
|
|
exec_always --no-startup-id flameshot
|
|
|
-
|
|
|
+exec_always --no-startup-id xset r rate 400 50 # Speed up keyboard input speed
|