.
This commit is contained in:
parent
d6fb877196
commit
6d1614815a
2 changed files with 8 additions and 1 deletions
|
@ -68,6 +68,7 @@
|
||||||
("PASSWORD_STORE_DIR" . "$XDG_DATA_HOME/password-store")
|
("PASSWORD_STORE_DIR" . "$XDG_DATA_HOME/password-store")
|
||||||
("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$XDG_DATA_HOME/flatpak/exports/share")
|
("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$XDG_DATA_HOME/flatpak/exports/share")
|
||||||
("XDG_CURRENT_DESKTOP" . "sway")
|
("XDG_CURRENT_DESKTOP" . "sway")
|
||||||
|
("RTC_USE_PIPEWIRE" . "true")
|
||||||
("SSH_ASKPASS" . "ksshaskpass")
|
("SSH_ASKPASS" . "ksshaskpass")
|
||||||
("ELM_DISPLAY" . "wl")
|
("ELM_DISPLAY" . "wl")
|
||||||
("SDL_VIDEODRIVER" . "wayland")
|
("SDL_VIDEODRIVER" . "wayland")
|
||||||
|
@ -97,7 +98,8 @@
|
||||||
("emacs/init.org" ,(local-file "./emacs/init.org"))
|
("emacs/init.org" ,(local-file "./emacs/init.org"))
|
||||||
("emacs/templates" ,(local-file "./emacs/templates"))
|
("emacs/templates" ,(local-file "./emacs/templates"))
|
||||||
("kitty/kitty.conf" ,(local-file "./kitty/kitty.conf"))
|
("kitty/kitty.conf" ,(local-file "./kitty/kitty.conf"))
|
||||||
("senpai/senpai.scfg" ,(local-file "./senpai/senpai.scfg"))))
|
("senpai/senpai.scfg" ,(local-file "./senpai/senpai.scfg"))
|
||||||
|
("xdg-desktop-portal-wlr/config") ,(local-file "xdg-desktop-portal-wlr/config")))
|
||||||
(service home-syncthing-service-type)
|
(service home-syncthing-service-type)
|
||||||
(service home-bash-service-type
|
(service home-bash-service-type
|
||||||
(home-bash-configuration
|
(home-bash-configuration
|
||||||
|
|
5
home/xdg-desktop-portal-wlr/config
Normal file
5
home/xdg-desktop-portal-wlr/config
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[screencast]
|
||||||
|
output_name=
|
||||||
|
max_fps=60
|
||||||
|
chooser_cmd=slurp -f %o -or
|
||||||
|
chooser_type=simple
|
Loading…
Reference in a new issue