all repos

dotfiles @ 93a5fc5bc75a77e37e3422c6227c5cff0eeac17d

i use rach linux btw
1 files changed, 1 insertions(+), 3 deletions(-)
niri: remove xwayland-satellite from startup
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-09-05 18:50:50 +0300
Parent: d14c4fc
M config/niri/config.kdl
ยทยทยท
        1
        
        -// vim: foldmethod=marker ts=2 sw=2

      
        
        1
        +// vim: foldenable foldmethod=marker ts=2 sw=2

      
        2
        2
         // auto start {{{

      
        3
        3
         spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"

      
        4
        4
         spawn-at-startup "~/.config/niri/waybar"

      
        5
        5
         spawn-at-startup "dunst"

      
        6
        
        -spawn-at-startup "xwayland-satellite" // TODO: remove in next update

      
        7
        6
         spawn-at-startup "hypridle" "-c" "/home/olex/.config/niri/hypridle.conf"

      
        8
        7
         // }}}

      
        9
        8
         // env {{{

      
        10
        9
         environment {

      
        11
        
        -  DISPLAY ":0"

      
        12
        10
           QT_QPA_PLATFORM "wayland;xcb"

      
        13
        11
           QT_WAYLAND_DISABLE_WINDOWDECORATION "1"

      
        14
        12
           MOZ_ENABLE_WAYLAND "1"