xwayland satellite yessss
This commit is contained in:
parent
5e24ea0c1f
commit
520e72e00a
3 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
swaybg
|
swaybg
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
|
xwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.niri = {
|
programs.niri = {
|
||||||
|
|
|
@ -86,11 +86,14 @@
|
||||||
|
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
|
|
||||||
|
environment."DISPLAY" = ":0";
|
||||||
|
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{ command = ["waybar"]; }
|
{ command = ["waybar"]; }
|
||||||
{ command = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0"]; }
|
{ command = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0"]; }
|
||||||
{ command = ["brightnessctl" "s" "50%"]; }
|
{ command = ["brightnessctl" "s" "50%"]; }
|
||||||
{ command = ["swaybg" "-c" "1f1d2e"]; }
|
{ command = ["swaybg" "-c" "1f1d2e"]; }
|
||||||
|
{ command = ["xwayland-satellite"]; }
|
||||||
];
|
];
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
snapshot
|
snapshot
|
||||||
nautilus
|
nautilus
|
||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
|
freecad
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue