AutoYADM commit: 2025-02-25 19:25:12
This commit is contained in:
parent
056591f0bb
commit
a5e863e0b0
9 changed files with 610 additions and 1 deletions
12
.config/niri/start.sh
Executable file
12
.config/niri/start.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
export EDITOR="helix"
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||
export OZONE_PLATFORM=wayland
|
||||
# export XDG_CURRENT_DESKTOP=sway
|
||||
export XDG_SESSION_TYPE=wayland # Specifies the session type as Wayland
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
exec niri-session
|
Loading…
Add table
Add a link
Reference in a new issue