Update arch sway stuff, add arch install config

This commit is contained in:
askiiart 2023-11-22 22:02:37 -06:00
parent 348a76cb6a
commit 415f1dd079
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
6 changed files with 291 additions and 8 deletions

View file

@ -18,14 +18,14 @@ set $term kitty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $menu i3-dmenu-desktop | xargs swaymsg exec --
set $menu j4-dmenu-desktop | xargs swaymsg exec --
##### Custom stuff #####
for_window [window_role="pop-up"] floating enable
for_window [window_role="task_dialog"] floating enable
# shutdown / restart / suspend...
set $lockwall "swaylock -c 202f56"
set $lockwall "swaylock -i ~/.config/sway/background.png"
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
mode "$mode_system" {

View file

@ -1,4 +1,4 @@
#!/bin/sh
swaylock -f -c 202f56
swaylock -f -i ~/.config/sway/background.png
systemctl suspend
iwctl station wlan0 connect Wifey