update with configs from foxbox

- fix sway rules
- update vesktop settings
- add gray formatter to vs code
- fix waybar config for polycat
This commit is contained in:
askiiart 2024-11-15 08:41:18 -06:00
parent 4548734191
commit b7e31f6e2d
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 59 additions and 31 deletions
sway/config.d

View file

@ -45,7 +45,7 @@ for_window [title="^Steam Keyboard$"] floating enable
for_window [class="Minecraft.*"] floating enable
# make claws mail TLS thing float
for_window [app_id="claws-mail" title="TLS certificate is unknown"] floating enable, resize set 600 400
for_window [app_id="claws-mail" title="^TLS certificate is unknown$"] floating enable, resize set 600 400
# other execs
#exec /home/askiiart/.config/sway/dbus-sway-environment.sh
@ -55,7 +55,7 @@ bindsym Mod4+Shift+N exec "pkill -9 swaync; swaync"
# polkit
exec --no-startup-id lxqt-policykit-agent
for_window [title="Authentication Required" app_id="lxqt-policykit-agent"] floating enable, resize set 350 200
for_window [title="^Authentication Required$" app_id="lxqt-policykit-agent"] floating enable, resize set 350 200
# lock when Scroll_Lock is pressed
bindsym Scroll_Lock exec --no-startup-id $lockwall, mode "default"