mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added filesorter
This commit is contained in:
parent
fa99516ddb
commit
1e87f52e0a
8 changed files with 176 additions and 66 deletions
|
|
@ -54,6 +54,7 @@ in
|
|||
scrcpy
|
||||
systemMonitor
|
||||
usbImager
|
||||
gparted
|
||||
ledger
|
||||
virtManager
|
||||
espanso
|
||||
|
|
|
|||
11
modules/home/gui/apps/tools/gparted/default.nix
Executable file
11
modules/home/gui/apps/tools/gparted/default.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
gnome-calculator
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
@ -78,8 +78,7 @@ let
|
|||
];
|
||||
|
||||
workspaceInit2 = builtins.map (x: "workspace 2 silent, " + x) [
|
||||
"class:^${code}$"
|
||||
# "class:^${floorp}$"
|
||||
|
||||
];
|
||||
|
||||
workspaceInit3 = builtins.map (x: "workspace 3 silent, " + x) [
|
||||
|
|
@ -88,10 +87,12 @@ let
|
|||
];
|
||||
|
||||
workspaceInit4 = builtins.map (x: "workspace 4 silent, " + x) [
|
||||
|
||||
];
|
||||
workspaceInit5 = builtins.map (x: "workspace 5 silent, " + x) [
|
||||
"class:^${feishin}$"
|
||||
"class:^${scrcpy}$"
|
||||
];
|
||||
|
||||
centerWindows = builtins.map (x: "center, " + x) [
|
||||
"class:^${blueman}$"
|
||||
"class:^${calculator}$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue