ditch wayland for now
This commit is contained in:
parent
73e765c92c
commit
17be0441c5
3 changed files with 6 additions and 26 deletions
18
.Xresources
18
.Xresources
|
@ -1,18 +0,0 @@
|
||||||
Xft.dpi: 96
|
|
||||||
Xft.antialias: 1
|
|
||||||
Xft.rgba: rgb
|
|
||||||
Xft.hinting: 1
|
|
||||||
Xft.autohint: 0
|
|
||||||
Xft.hintstyle: hintslight
|
|
||||||
Xft.lcdfilter: lcddefault
|
|
||||||
|
|
||||||
Xcursor.theme: Bibata_Oil
|
|
||||||
Xcursor.size: 64
|
|
||||||
|
|
||||||
XTerm*metaSendsEscape: true
|
|
||||||
XTerm.VT100.translations: #override \
|
|
||||||
Meta <Key> minus: smaller-vt-font() \n\
|
|
||||||
Meta <Key> plus: larger-vt-font() \n\
|
|
||||||
Super <Key> minus: smaller-vt-font() \n\
|
|
||||||
Super <Key> plus: larger-vt-font() \n\
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
--force-device-scale-factor=1.4 --enable-features=WebUIDarkMode --force-dark-mode
|
--enable-features=WebUIDarkMode --force-dark-mode
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
VDPAU_DRIVER=va_gl
|
VDPAU_DRIVER=va_gl
|
||||||
|
|
||||||
#GDK_BACKEND=wayland
|
# MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
MOZ_ENABLE_WAYLAND=1
|
|
||||||
MOZ_WEBRENDER=1
|
MOZ_WEBRENDER=1
|
||||||
|
|
||||||
_JAVA_AWT_WM_NONREPARENTING=1
|
_JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
QT_QPA_PLATFORM=wayland
|
# QT_QPA_PLATFORM=wayland
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
# QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
QT_SCALE_FACTOR=1
|
# QT_SCALE_FACTOR=1
|
||||||
|
|
||||||
XDG_SESSION_TYPE=wayland
|
XDG_SESSION_TYPE=x11
|
||||||
|
|
Loading…
Reference in a new issue