Onizuka, clean up old config + Caelestia
This commit is contained in:
parent
c9ba8594e4
commit
8ace9ff9b4
1 changed files with 1 additions and 22 deletions
|
|
@ -1,28 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# "DP-2" = [
|
||||
# "home"
|
||||
# "web"
|
||||
# "med"
|
||||
# "game"
|
||||
# ];
|
||||
# "DP-1" = [
|
||||
# "chat"
|
||||
# ];
|
||||
# RULES
|
||||
# "name:web" = [ "class:(librewolf)" ];
|
||||
# "name:med" = [ "class:(librewolf),title:Picture-in-Picture" ];
|
||||
# "name:chat" = [ "class:(Beeper)" ];
|
||||
# "name:game" = [ "class:(lutris)" "class:(explorer.exe)" ];
|
||||
# OPAQUE:
|
||||
# "initialTitle:^(Discord Popout)$"
|
||||
# "class:^(firefox)$"
|
||||
# "class:^(Gimp)$"
|
||||
# "class:^(feh)$"
|
||||
# "class:^(mpv)$"
|
||||
# path = "${config.home.homeDirectory}/med/pix/bg.png";
|
||||
# theme = "miku";
|
||||
niri = {
|
||||
enable = true;
|
||||
mouse.accel = -0.53;
|
||||
|
|
@ -37,6 +15,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
caelestia-shell.enable = true;
|
||||
|
||||
colors.enable = true;
|
||||
manpages.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue