Changed default color scheme and env for hyprland. Removed uwsm env as it did not appear to have any desired effect
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
general {
|
||||
col.inactive_border = rgb(0e141c)
|
||||
col.active_border = rgb(4ed8e8)
|
||||
col.inactive_border = rgb(111418)
|
||||
col.active_border = rgb(a3c9ff)
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
@@ -8,12 +8,12 @@ env = HYPRCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||
env = XCURSOR_SIZE,24
|
||||
# Toolkit Backend Vars
|
||||
env = GDK_BACKEND,wayland
|
||||
env = GDK_BACKEND,wayland,x11,*
|
||||
env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
# QT Variables
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style
|
||||
|
Reference in New Issue
Block a user