fixed workspaces, added more keybinds
niri config is now properly keyboard enabled, can manage workspaces with keybinds too. also my headphones play-pause button works now which is nice
This commit is contained in:
parent
b07bc07602
commit
4aa27d9f38
3 changed files with 39 additions and 10 deletions
|
|
@ -76,6 +76,11 @@
|
|||
# Add support for bluetooth headset media controls
|
||||
services.mpris-proxy.enable = true;
|
||||
|
||||
programs.kitty.enable = true;
|
||||
programs.fuzzel.enable = true;
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cursor_trail = 1; # lovely cursor trail effect
|
||||
};
|
||||
};
|
||||
programs.fuzzel.enable = true; # launcher
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue