diff --git a/.config/sway/config b/.config/sway/config index 01a0bfd..408e2b4 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -48,7 +48,7 @@ output VGA-1 disable timeout 1200 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ before-sleep 'waylock &' -# + # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. diff --git a/.local/scripts b/.local/scripts index 09678c7..0329f03 160000 --- a/.local/scripts +++ b/.local/scripts @@ -1 +1 @@ -Subproject commit 09678c7f284d8108ca0b3d970eef588e827359ca +Subproject commit 0329f03e8b217fa292a0c8596e240ac27605cc08 diff --git a/.profile b/.profile index f995100..c050c5a 100644 --- a/.profile +++ b/.profile @@ -98,8 +98,6 @@ export HSA_OVERRIDE_GFX_VERSION=10.3.0 #mount /media/nagato/ & #mount /media/bismarck & -if [ "$(tty)" = /dev/tty1 ]; then - #exec dbus-launch river - exec dbus-launch sway - #exec dbus-launch Hyprland -fi +#if [ "$(tty)" = /dev/tty1 ]; then +# exec dbus-launch sway +#fi