more env
This commit is contained in:
parent
3b58151811
commit
c8b176751f
1 changed files with 8 additions and 2 deletions
|
@ -108,11 +108,17 @@ in {
|
|||
text = ''
|
||||
#! ${pkgs.bash}/bin/bash
|
||||
|
||||
export GTK_ICON_THEME=Tango
|
||||
export GTK_THEME=Blackbird
|
||||
export _JAVA_AWT_WM_NOREPARENTING=1
|
||||
export MOZ_ENABLE_WAYLAND=1 export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
export QT_WAYLAND_FORCE_DPI=96
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export MOZ_USE_XINPUT2=1
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
export QT_QPA_PLATFORM=wayland-egl
|
||||
export QT_WAYLAND_FORCE_DPI=96
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
|
||||
${pkgs.dbus}/bin/dbus-run-session ${pkgs.sway}/bin/sway
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue