.
This commit is contained in:
parent
66d28965b1
commit
a45d2d8d32
2 changed files with 28 additions and 12 deletions
20
config.org
20
config.org
|
@ -162,12 +162,20 @@ These services are unmodified, or have just few settings.
|
||||||
(terminals
|
(terminals
|
||||||
(list
|
(list
|
||||||
(greetd-terminal-configuration
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "7")
|
(terminal-vt "1"))
|
||||||
(terminal-switch #t)
|
(greetd-terminal-configuration
|
||||||
(default-session-command
|
(terminal-vt "2"))
|
||||||
(greetd-wlgreet-session
|
(greetd-terminal-configuration
|
||||||
(command
|
(terminal-vt "3"))
|
||||||
(file-append swayfx "/bin/sway")))))
|
(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
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "8"))))))
|
(terminal-vt "8"))))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
20
config.scm
20
config.scm
|
@ -133,12 +133,20 @@
|
||||||
(terminals
|
(terminals
|
||||||
(list
|
(list
|
||||||
(greetd-terminal-configuration
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "7")
|
(terminal-vt "1"))
|
||||||
(terminal-switch #t)
|
(greetd-terminal-configuration
|
||||||
(default-session-command
|
(terminal-vt "2"))
|
||||||
(greetd-wlgreet-session
|
(greetd-terminal-configuration
|
||||||
(command
|
(terminal-vt "3"))
|
||||||
(file-append swayfx "/bin/sway")))))
|
(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
|
(greetd-terminal-configuration
|
||||||
(terminal-vt "8")))))))
|
(terminal-vt "8")))))))
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue