walker and added icons
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
"SUPER SHIFT, F, Toggle Maximized Fullscreen, fullscreen, 1"
|
"SUPER SHIFT, F, Toggle Maximized Fullscreen, fullscreen, 1"
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
"SUPER, W, Open browser, exec, uwsm app -- firefox" # FIXME: must be xdg-open
|
"SUPER, W, Open Browser, exec, uwsm app -- firefox" # FIXME: must be xdg-open
|
||||||
|
"SUPER, SPACE, App Launcher, exec, uwsm app -- walker"
|
||||||
|
|
||||||
# [Workspaces] Toggle between most recent workspaces
|
# [Workspaces] Toggle between most recent workspaces
|
||||||
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
||||||
|
|||||||
@@ -1,5 +1,18 @@
|
|||||||
{
|
{
|
||||||
services.walker = {
|
services.walker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
app_launch_prefix = "";
|
||||||
|
as_window = false;
|
||||||
|
close_when_open = false;
|
||||||
|
disable_click_to_close = false;
|
||||||
|
force_keyboard_focus = false;
|
||||||
|
hotreload_theme = false;
|
||||||
|
locale = "";
|
||||||
|
monitor = "";
|
||||||
|
terminal_title_flag = "";
|
||||||
|
theme = "default";
|
||||||
|
timeout = 0;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../system/gtk.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
gtk.iconTheme = {
|
||||||
|
name = "Papirus-Dark";
|
||||||
|
package = pkgs.papirus-icon-theme;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user