mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
niri: remove xwayland-satellite from startup
This commit is contained in:
parent
d14c4fccfb
commit
93a5fc5bc7
1 changed files with 1 additions and 3 deletions
|
|
@ -1,14 +1,12 @@
|
||||||
// vim: foldmethod=marker ts=2 sw=2
|
// vim: foldenable foldmethod=marker ts=2 sw=2
|
||||||
// auto start {{{
|
// auto start {{{
|
||||||
spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||||
spawn-at-startup "~/.config/niri/waybar"
|
spawn-at-startup "~/.config/niri/waybar"
|
||||||
spawn-at-startup "dunst"
|
spawn-at-startup "dunst"
|
||||||
spawn-at-startup "xwayland-satellite" // TODO: remove in next update
|
|
||||||
spawn-at-startup "hypridle" "-c" "/home/olex/.config/niri/hypridle.conf"
|
spawn-at-startup "hypridle" "-c" "/home/olex/.config/niri/hypridle.conf"
|
||||||
// }}}
|
// }}}
|
||||||
// env {{{
|
// env {{{
|
||||||
environment {
|
environment {
|
||||||
DISPLAY ":0"
|
|
||||||
QT_QPA_PLATFORM "wayland;xcb"
|
QT_QPA_PLATFORM "wayland;xcb"
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION "1"
|
QT_WAYLAND_DISABLE_WINDOWDECORATION "1"
|
||||||
MOZ_ENABLE_WAYLAND "1"
|
MOZ_ENABLE_WAYLAND "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue