debuggin niri and skikane

This commit is contained in:
Matt Nish-Lapidus 2025-03-21 14:28:53 -04:00
parent 8c5fcab9d3
commit e62d46d777
6 changed files with 257 additions and 24 deletions

View file

@ -6,7 +6,7 @@
niri
waybar
swaync
shikane
# shikane
mpv
gnome
hyprlock

View file

@ -22,8 +22,7 @@ let
epkgs.parseedn
epkgs.parseclj
epkgs.track-changes
]
));
]));
in {
programs.emacs = {
enable = true;

View file

@ -226,10 +226,10 @@ in
}
];
switch-events = with config.lib.niri.actions; {
lid-close.action = spawn "shikanectl switch desk-clam";
lid-open.action = spawn "niri msg output eDP-1 on && shikanectl reload";
};
# switch-events = with config.lib.niri.actions; {
# lid-close.action = spawn "shikanectl switch desk-clam";
# lid-open.action = spawn "niri msg output eDP-1 on && shikanectl reload";
# };
binds =
with config.lib.niri.actions;