trying to fix xwayland satellite service
This commit is contained in:
parent
f11a340d95
commit
4780a381d6
3 changed files with 35 additions and 40 deletions
|
@ -25,14 +25,14 @@ in
|
|||
];
|
||||
}
|
||||
{
|
||||
command = [
|
||||
"systemctl"
|
||||
"--user"
|
||||
"restart"
|
||||
"xwayland-satellite.service"
|
||||
];
|
||||
# command = [
|
||||
# "systemctl"
|
||||
# "--user"
|
||||
# "restart"
|
||||
# "xwayland-satellite.service"
|
||||
# ];
|
||||
}
|
||||
{ command = [ "sleep5; ${nix-config.packages.x86_64-linux.filen-desktop}/bin/filen-desktop" ]; }
|
||||
{ command = [ "sleep 5; ${nix-config.packages.x86_64-linux.filen-desktop}/bin/filen-desktop" ]; }
|
||||
];
|
||||
|
||||
workspaces = {
|
||||
|
@ -433,8 +433,8 @@ in
|
|||
"Mod+S".action = focus-workspace "scratchpad";
|
||||
|
||||
"Mod+Print".action = screenshot;
|
||||
"Mod+Ctrl+Print".action = screenshot-screen;
|
||||
"Mod+Alt+Print".action = screenshot-window;
|
||||
# "Mod+Ctrl+Print".action = screenshot-screen "false";
|
||||
# "Mod+Alt+Print".action = screenshot-window "false";
|
||||
|
||||
# The quit action will show a confirmation dialog to avoid accidental exits.
|
||||
"Mod+Shift+E".action = quit;
|
||||
|
@ -443,8 +443,8 @@ in
|
|||
# moving the mouse or pressing any other key.
|
||||
"Mod+Shift+P".action = power-off-monitors;
|
||||
"Mod+Shift+Alt+P" = {
|
||||
hotkey-overlay.title = "Turn Laptop Display On";
|
||||
action = spawn "niri msg output eDP-1 on";
|
||||
hotkey-overlay.title = "Turn Displays On";
|
||||
action = power-on-monitors;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue