From 07661810fd545907e62dc08ae96b542fc8d0e702 Mon Sep 17 00:00:00 2001 From: xqtc Date: Mon, 2 Sep 2024 19:39:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=9A=20RICE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/config-files/hyprland.conf | 8 +++++--- home/modules/wm.nix | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) 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}%) ";