diff --git a/home/config-files/hyprland.conf b/home/config-files/hyprland.conf index 3db6aa4..b06b2a5 100644 --- a/home/config-files/hyprland.conf +++ b/home/config-files/hyprland.conf @@ -91,7 +91,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status = master } gestures { @@ -114,10 +114,12 @@ windowrulev2 = float,class:^(wezterm)$,title:^(wezterm)$ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod SHIFT, return, exec, wezterm-gui +bind = $mainMod, return, exec, foot bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, X, exit, -bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 7x5 -e -f -i "~/dotfiles_new/walls/walls/1543142967600.jpg" +# bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 7x5 -e -f -i "~/dotfiles_new/walls/walls/1543142967600.jpg" +bind = $mainMod, L, exec, swaylock --indicator --clock --effect-blur 4x5 -e -f -S --fade-in 0.4 --inside-color 1e1e2e --ring-color 45475a --text-color cdd6f4 --inside-wrong-color f38ba8 --ring-wrong-color f38ba8 --inside-ver-color 89b4fa --ring-ver-color 89b4fa + bind = $mainMod SHIFT, SPACE, togglefloating, bind = $mainMod, P, exec, rofi -show drun diff --git a/home/modules/wm.nix b/home/modules/wm.nix index db17239..0f4a55a 100644 --- a/home/modules/wm.nix +++ b/home/modules/wm.nix @@ -24,7 +24,7 @@ height = 30; # modules-left = ["wlr/workspaces"]; #modules-center = [ "hyprland/window" ]; - modules-center = ["wlr/workspaces" "tray" "network" "battery" "battery#bat2" "clock"]; + modules-center = ["hyprland/workspaces" "tray" "network" "battery" "battery#bat2" "clock"]; "tray" = {"icon-size" = 21;}; "network" = { "format-wifi" = "NET: {essid} ({signalStrength}%) ";