env vars
This commit is contained in:
parent
a6e05ab690
commit
57f343763d
@ -1,3 +1,9 @@
|
||||
pika-hyprland-settings (1.0.0-99pika19) lunar; urgency=medium
|
||||
|
||||
* Fix env vars 2
|
||||
|
||||
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
pika-hyprland-settings (1.0.0-99pika18) lunar; urgency=medium
|
||||
|
||||
* Fix env vars
|
||||
|
@ -67,6 +67,26 @@ misc {
|
||||
swallow_regex = ^(kitty)$
|
||||
}
|
||||
|
||||
env=MOZ_ENABLE_WAYLAND,1
|
||||
env=XDG_SESSION_TYPE,wayland
|
||||
env=XDG_CURRENT_DESKTOP,Hyprland
|
||||
env=XDG_SESSION_DESKTOP,Hyprland
|
||||
env=MOZ_DBUS_REMOTE,1
|
||||
env=GDK_BACKEND,wayland
|
||||
env=QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env=QT_QPA_PLATFORM,wayland;xcb
|
||||
env=QT_WAYLAND_FORCE_DPI,physical
|
||||
env=QT_QPA_PLATFORMTHEME,gnome
|
||||
env=SDL_VIDEODRIVER,wayland
|
||||
env=CLUTTER_BACKEND,wayland
|
||||
env=TERM,kitty
|
||||
env=TERMINAL,kitty
|
||||
env=SDL_VIDEO_EGL_ALLOW_TRANSPARENCY,1
|
||||
env=GTK_IM_MODULE,fcitx
|
||||
env=QT_IM_MODULE,fcitx
|
||||
env=XMODIFIERS,@im=fcitx
|
||||
env=QT_STYLE_OVERRIDE,kvantum
|
||||
|
||||
source=~/.config/hypr/exec.conf
|
||||
source=~/.config/hypr/keybinds.conf
|
||||
source=~/.config/hypr/monitors.conf
|
||||
|
Loading…
Reference in New Issue
Block a user