update graphical session
This commit is contained in:
parent
e67fa42fd4
commit
0e0d58b50c
@ -229,4 +229,5 @@ include ~/.config/sway/local.d/*
|
||||
# Display target has started
|
||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec systemctl start --user display.target
|
||||
exec "systemctl --user import-environment {,WAYLAND_}DISPLAY SWAYSOCK; systemctl --user start sway-session.target"
|
||||
exec swaymsg -t subscribe '["shutdown"]' && systemctl --user stop sway-session.target
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=aggietimed
|
||||
Wants=display.target
|
||||
Wants=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Environment=DISPLAY=:0
|
||||
@ -9,4 +9,4 @@ ExecStart=/home/lizzy/.asdf/shims/aggietimed -d -s /tmp/aggietimed.sock
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=graphical-session.target
|
||||
|
@ -1,3 +0,0 @@
|
||||
[Unit]
|
||||
Description=Graphical target
|
||||
AllowIsolate=yes
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=A spotify playing daemon
|
||||
Documentation=https://github.com/Spotifyd/spotifyd
|
||||
Wants=display.target
|
||||
Wants=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Environment=DISPLAY=:0
|
||||
@ -11,4 +11,4 @@ Restart=always
|
||||
RestartSec=12
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=graphical-session.target
|
||||
|
@ -94,7 +94,7 @@
|
||||
#+END_SRC
|
||||
** Font
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(let ((font "JetBrains Mono-8:style=Regular"))
|
||||
(let ((font "JetBrains Mono-12:style=Regular"))
|
||||
(set-face-attribute 'default nil :font font)
|
||||
(set-frame-font font nil t))
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user