.
This commit is contained in:
parent
66d28965b1
commit
a45d2d8d32
2 changed files with 28 additions and 12 deletions
18
config.org
18
config.org
|
@ -162,11 +162,19 @@ 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
|
||||
(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"))))))
|
||||
|
|
18
config.scm
18
config.scm
|
@ -133,11 +133,19 @@
|
|||
(terminals
|
||||
(list
|
||||
(greetd-terminal-configuration
|
||||
(terminal-vt "7")
|
||||
(terminal-switch #t)
|
||||
(default-session-command
|
||||
(greetd-wlgreet-session
|
||||
(command
|
||||
(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")))))))
|
||||
|
|
Loading…
Reference in a new issue