mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added xdg-desktop-portal-wlr and updated git config
This commit is contained in:
parent
5afa49d025
commit
0234847aeb
@ -6,3 +6,5 @@
|
||||
rebase = false
|
||||
[gpg]
|
||||
program = gpg2
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Autostart sway when user login on tty1
|
||||
|
||||
set -x XDG_CURRENT_DESKTOP 'Unity' # waybar workaround for tray
|
||||
#set -x XDG_CURRENT_DESKTOP 'Unity' # waybar workaround for tray
|
||||
set -x MOZ_ENABLE_WAYLAND 1
|
||||
set -x KITTY_ENABLE_WAYLAND 1
|
||||
set -x QT_QPA_PLATFORM 'wayland-egl'
|
||||
|
@ -202,6 +202,8 @@ exec_always bash -c "pgrep syncthing || syncthing"
|
||||
# pipewire
|
||||
exec_always bash -c "pgrep pipewire || pipewire"
|
||||
exec_always bash -c "pgrep pipewire-pulse || pipewire-pulse"
|
||||
# xdg-desktop-portal-wlr
|
||||
exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
# exec foreground apps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user