mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +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
|
rebase = false
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Autostart sway when user login on tty1
|
# 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 MOZ_ENABLE_WAYLAND 1
|
||||||
set -x KITTY_ENABLE_WAYLAND 1
|
set -x KITTY_ENABLE_WAYLAND 1
|
||||||
set -x QT_QPA_PLATFORM 'wayland-egl'
|
set -x QT_QPA_PLATFORM 'wayland-egl'
|
||||||
|
@ -202,6 +202,8 @@ exec_always bash -c "pgrep syncthing || syncthing"
|
|||||||
# pipewire
|
# pipewire
|
||||||
exec_always bash -c "pgrep pipewire || pipewire"
|
exec_always bash -c "pgrep pipewire || pipewire"
|
||||||
exec_always bash -c "pgrep pipewire-pulse || pipewire-pulse"
|
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
|
# exec foreground apps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user