more stuff
This commit is contained in:
parent
42a0bf27e0
commit
fe34badada
24 changed files with 904 additions and 2343 deletions
|
|
@ -122,9 +122,13 @@
|
|||
|
||||
environment = {
|
||||
loginShellInit = ''
|
||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
exec Hyprland
|
||||
fi
|
||||
# if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
# exec Hyprland
|
||||
# fi
|
||||
|
||||
if (empty $env.DISPLAY) && ($tty == '/dev/tty1') {
|
||||
exec Hyprland
|
||||
}
|
||||
''; # Will automatically open Hyprland when logged into tty1
|
||||
variables = {
|
||||
TERMINAL = "alacritty";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue