diff --git a/data/herbstluftwm/keybinds.nix b/data/herbstluftwm/keybinds.nix index 74af420..6be4b20 100644 --- a/data/herbstluftwm/keybinds.nix +++ b/data/herbstluftwm/keybinds.nix @@ -4,7 +4,6 @@ MOD: TAGS: # General "${MOD}-q" = " close"; - #"${MOD}-Shift-Escape" = " spawn ${HOME}/.config/rofi/powermenu/powermenu.sh"; # Moving "${MOD}-Shift-Left" = " shift left"; @@ -78,6 +77,7 @@ MOD: TAGS: "${MOD}-b " = "spawn firefox"; "${MOD}-m " = "spawn thunderbird"; "${MOD}-Shift-l " = "spawn systemctl suspend"; + "Menu" = "spawn rofi -show run"; } // builtins.listToAttrs (map (x: { name = "${MOD}-${x}"; diff --git a/users/common/autorandr.nix b/users/common/autorandr.nix index f7e0b1a..a9a8b7c 100644 --- a/users/common/autorandr.nix +++ b/users/common/autorandr.nix @@ -46,7 +46,7 @@ hooks.postswitch = { "reload_wm" = "herbstclient reload"; - }; + }; profiles.AStA_links = asta_conf { # AStA linker arbeitsplatz linker Monitor diff --git a/users/common/herbstluftwm.nix b/users/common/herbstluftwm.nix index c2e27e7..f76cba5 100644 --- a/users/common/herbstluftwm.nix +++ b/users/common/herbstluftwm.nix @@ -17,24 +17,24 @@ in { doCheck = false; }); extraConfig = '' - herbstclient set auto_detect_monitors 1 + herbstclient set auto_detect_monitors 1 killall polybar polybar & - herbstclient attr theme.tiling.reset 1 - herbstclient attr theme.floating.reset 1 - herbstclient attr theme.active.color "#9fbc00" - herbstclient attr theme.normal.color "#454545" - herbstclient attr theme.urgent.color orange - herbstclient attr theme.inner_width 1 - herbstclient attr theme.inner_color black - herbstclient attr theme.border_width 3 - herbstclient attr theme.floating.border_width 4 - herbstclient attr theme.floating.outer_width 1 - herbstclient attr theme.floating.outer_color black - herbstclient attr theme.active.inner_color "#3E4A00" - herbstclient attr theme.active.outer_color "#3E4A00" - herbstclient attr theme.background_color "#141414" + herbstclient attr theme.tiling.reset 1 + herbstclient attr theme.floating.reset 1 + herbstclient attr theme.active.color "#9fbc00" + herbstclient attr theme.normal.color "#454545" + herbstclient attr theme.urgent.color orange + herbstclient attr theme.inner_width 1 + herbstclient attr theme.inner_color black + herbstclient attr theme.border_width 3 + herbstclient attr theme.floating.border_width 4 + herbstclient attr theme.floating.outer_width 1 + herbstclient attr theme.floating.outer_color black + herbstclient attr theme.active.inner_color "#3E4A00" + herbstclient attr theme.active.outer_color "#3E4A00" + herbstclient attr theme.background_color "#141414" ''; tags = TAGS; diff --git a/users/common/rofi.nix b/users/common/rofi.nix index 0f1fecd..88c80bf 100644 --- a/users/common/rofi.nix +++ b/users/common/rofi.nix @@ -1,3 +1,9 @@ {...}: { - programs.rofi.enable = true; + programs.rofi = { + enable = true; + theme = "DarkBlue"; + extraConfig = { + matching = "fuzzy"; + }; + }; } diff --git a/users/patrick.nix b/users/patrick.nix index e9905ad..c4a0ee7 100644 --- a/users/patrick.nix +++ b/users/patrick.nix @@ -9,7 +9,7 @@ common/autorandr.nix common/desktop.nix common/polybar.nix - common/rofi.nix + common/rofi.nix ]; home = {