mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: use new hyprland starting procedure instead of dbus-run-session
This commit is contained in:
parent
fb6a814996
commit
7cccd2fe58
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@
|
|||
# }
|
||||
|
||||
startwm() {
|
||||
dbus-run-session Hyprland
|
||||
start-hyprland
|
||||
}
|
||||
|
||||
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startwm; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue