update
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
}:
|
||||
{
|
||||
programs.niri = {
|
||||
package = pkgs.niri-unstable;
|
||||
package = pkgs.niri-stable;
|
||||
settings = {
|
||||
prefer-no-csd = true;
|
||||
|
||||
# environment = {
|
||||
# DISPLAY = ":0";
|
||||
# };
|
||||
environment = {
|
||||
DISPLAY = ":0";
|
||||
};
|
||||
|
||||
# skip the hotkey menu thingy
|
||||
hotkey-overlay.skip-at-startup = true;
|
||||
@@ -54,13 +54,13 @@
|
||||
];
|
||||
}
|
||||
|
||||
# {
|
||||
# command = [
|
||||
# "${pkgs.xwayland-satellite-unstable}/bin/xwayland-satellite"
|
||||
# # (builtins.toString config.programs.niri.settings.environment.DISPLAY)
|
||||
# ":0"
|
||||
# ];
|
||||
# }
|
||||
{
|
||||
command = [
|
||||
"${pkgs.xwayland-satellite-unstable}/bin/xwayland-satellite"
|
||||
# (builtins.toString config.programs.niri.settings.environment.DISPLAY)
|
||||
":0"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
window-rules = [
|
||||
@@ -88,9 +88,7 @@
|
||||
binds = with config.lib.niri.actions; {
|
||||
# Application launcher
|
||||
"Mod+Space".action = spawn [
|
||||
"${pkgs.rofi-wayland}/bin/rofi"
|
||||
"-show"
|
||||
"combi"
|
||||
"${pkgs.fuzzel}/bin/fuzzel"
|
||||
];
|
||||
|
||||
# open a terminal
|
||||
|
||||
Reference in New Issue
Block a user