updd
This commit is contained in:
@@ -158,6 +158,10 @@
|
||||
|
||||
"$mod, mouse_down, workspace, e+1"
|
||||
"$mod, mouse_up, workspace, e-1"
|
||||
|
||||
"$mod, F, fullscreen, 0"
|
||||
|
||||
"$mod, Space, exec, pkill wofi || wofi --show drun"
|
||||
]
|
||||
++ (
|
||||
# workspaces
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
wofiSource = builtins.toPath ./launcher;
|
||||
in {
|
||||
programs.wofi.enable = true;
|
||||
home.file.".config/wofi" = {
|
||||
source = wofiSource;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
# home.file.".config/wofi" = {
|
||||
# source = wofiSource;
|
||||
# recursive = true;
|
||||
# force = true;
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user