debuggin niri and skikane
This commit is contained in:
parent
8c5fcab9d3
commit
e62d46d777
6 changed files with 257 additions and 24 deletions
|
@ -6,7 +6,7 @@
|
|||
niri
|
||||
waybar
|
||||
swaync
|
||||
shikane
|
||||
# shikane
|
||||
mpv
|
||||
gnome
|
||||
hyprlock
|
||||
|
|
|
@ -22,8 +22,7 @@ let
|
|||
epkgs.parseedn
|
||||
epkgs.parseclj
|
||||
epkgs.track-changes
|
||||
]
|
||||
));
|
||||
]));
|
||||
in {
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue