designfix
This commit is contained in:
parent
86ba84e209
commit
3291c76db3
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -44,11 +44,11 @@ on Arch install all with: ```sudo pacman -Syu acpi alacritty bash gammastep grim
|
|||
|
||||
### Recommended Environment
|
||||
These are [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) I recommend for using sway:\
|
||||
export XDG_SESSION_TYPE="wayland"
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export QT_QPA_PLATFORM="wayland;xcb"
|
||||
export SDL_VIDEODRIVER="wayland,x11"
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
export XDG_SESSION_TYPE="wayland"\
|
||||
export XDG_CURRENT_DESKTOP=sway\
|
||||
export QT_QPA_PLATFORM="wayland;xcb"\
|
||||
export SDL_VIDEODRIVER="wayland,x11"\
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1\
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
### Theming
|
||||
|
|
Loading…
Reference in a new issue