Wayland fixes and gitconfig
This commit is contained in:
parent
f353b3e31b
commit
3d5f7a5e9e
|
@ -17,11 +17,11 @@ export WLC_REPEAT_RATE=60
|
|||
# export XKB_DEFAULT_OPTIONS=caps:escape
|
||||
|
||||
# enable wayland support for some applications
|
||||
export QT_QPA_PLATFORM=wayland-egl
|
||||
export CLUTTER_BACKEND=wayland
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
# export GDK_BACKEND=wayland # DON'T SET THIS ONE
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
# export GDK_BACKEND=wayland
|
||||
# export QT_QPA_PLATFORM=wayland-egl
|
||||
|
||||
# configuration flag for some of my dotfiles scripts
|
||||
export IS_WAYLAND=1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[user]
|
||||
name = Daniel Flanagan
|
||||
email = daniel@lytedev.io
|
||||
email = daniel@lyte.dev
|
||||
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
|
|
Reference in a new issue