update scripts version to a version containing greetd script
remove .profile starting swaymaster
parent
f9a8b46b57
commit
edb6ab7346
|
@ -48,7 +48,7 @@ output VGA-1 disable
|
||||||
timeout 1200 'swaymsg "output * dpms off"' \
|
timeout 1200 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep 'waylock &'
|
before-sleep 'waylock &'
|
||||||
#
|
|
||||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
# 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
|
# 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.
|
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 09678c7f284d8108ca0b3d970eef588e827359ca
|
Subproject commit 0329f03e8b217fa292a0c8596e240ac27605cc08
|
8
.profile
8
.profile
|
@ -98,8 +98,6 @@ export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||||
#mount /media/nagato/ &
|
#mount /media/nagato/ &
|
||||||
#mount /media/bismarck &
|
#mount /media/bismarck &
|
||||||
|
|
||||||
if [ "$(tty)" = /dev/tty1 ]; then
|
#if [ "$(tty)" = /dev/tty1 ]; then
|
||||||
#exec dbus-launch river
|
# exec dbus-launch sway
|
||||||
exec dbus-launch sway
|
#fi
|
||||||
#exec dbus-launch Hyprland
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in New Issue