This commit is contained in:
Daniel Ziltener 2023-12-01 16:19:17 +01:00
parent 66d28965b1
commit a45d2d8d32
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 28 additions and 12 deletions

View File

@ -162,12 +162,20 @@ These services are unmodified, or have just few settings.
(terminals
(list
(greetd-terminal-configuration
(terminal-vt "7")
(terminal-switch #t)
(default-session-command
(greetd-wlgreet-session
(command
(file-append swayfx "/bin/sway")))))
(terminal-vt "1"))
(greetd-terminal-configuration
(terminal-vt "2"))
(greetd-terminal-configuration
(terminal-vt "3"))
(greetd-terminal-configuration
(terminal-vt "4"))
#;(greetd-terminal-configuration
(terminal-vt "7") ; ; ;
(terminal-switch #t) ; ; ;
(default-session-command ; ; ;
(greetd-wlgreet-session ; ; ;
(command ; ; ;
(file-append swayfx "/bin/sway")))))
(greetd-terminal-configuration
(terminal-vt "8"))))))
#+end_src

View File

@ -133,12 +133,20 @@
(terminals
(list
(greetd-terminal-configuration
(terminal-vt "7")
(terminal-switch #t)
(default-session-command
(greetd-wlgreet-session
(command
(file-append swayfx "/bin/sway")))))
(terminal-vt "1"))
(greetd-terminal-configuration
(terminal-vt "2"))
(greetd-terminal-configuration
(terminal-vt "3"))
(greetd-terminal-configuration
(terminal-vt "4"))
#;(greetd-terminal-configuration
(terminal-vt "7") ; ; ;
(terminal-switch #t) ; ; ;
(default-session-command ; ; ;
(greetd-wlgreet-session ; ; ;
(command ; ; ;
(file-append swayfx "/bin/sway")))))
(greetd-terminal-configuration
(terminal-vt "8")))))))
(list