Add env vars
This commit is contained in:
parent
e21af1192f
commit
eff79722a1
@ -1,3 +1,9 @@
|
|||||||
|
pika-hyprland-settings (1.0.0-99pika8) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Add missing env vars
|
||||||
|
|
||||||
|
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||||
|
|
||||||
pika-hyprland-settings (1.0.0-99pika7) lunar; urgency=medium
|
pika-hyprland-settings (1.0.0-99pika7) lunar; urgency=medium
|
||||||
|
|
||||||
* Birb birb noise faster
|
* Birb birb noise faster
|
||||||
|
@ -67,6 +67,22 @@ misc {
|
|||||||
swallow_regex = ^(kitty)$
|
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
|
||||||
|
|
||||||
source=~/.config/hypr/exec.conf
|
source=~/.config/hypr/exec.conf
|
||||||
source=~/.config/hypr/keybinds.conf
|
source=~/.config/hypr/keybinds.conf
|
||||||
source=~/.config/hypr/monitors.conf
|
source=~/.config/hypr/monitors.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user