Start sway via .profile
This commit is contained in:
parent
22b2135b86
commit
a17566ac4b
@ -1,11 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Sway window manager
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/sway
|
|
||||||
Restart=always
|
|
||||||
RestartSec=10
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=wm.target
|
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,5 @@
|
|||||||
.config/dconf
|
.config/dconf
|
||||||
.config/nvim/autoload/
|
.config/nvim/autoload/
|
||||||
.config/pulse/
|
.config/pulse/
|
||||||
|
.config/systemd/user/*.wants
|
||||||
.config/zsh/.zcompdump
|
.config/zsh/.zcompdump
|
||||||
|
3
.profile
3
.profile
@ -42,3 +42,6 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
|||||||
|
|
||||||
# Application options
|
# Application options
|
||||||
export QT_QPA_PLATFORMTHEME="gtk2"
|
export QT_QPA_PLATFORMTHEME="gtk2"
|
||||||
|
|
||||||
|
# Start Sway
|
||||||
|
[ "$(tty)" = "/dev/tty1" ] && exec sway
|
||||||
|
Reference in New Issue
Block a user