From b77f5a61c0688b4ec2b0bb976505a3059c557961 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 21 Oct 2025 09:47:42 +0200 Subject: [PATCH] added CMD+U for btop and the centered-L window-tag --- desktopenvs/hyprland/hypr-usr/binds.conf | 3 ++- desktopenvs/hyprland/hypr-usr/windowrules.conf | 13 ++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 81e01e8..c7ffcec 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -81,7 +81,8 @@ bind = $mainMod ALT, I, exec, bzmenu --launcher walker bind = $mainMod, S, exec, [tag +mixer] pavucontrol bind = $mainMod, F1, exec, [tag +centered] kitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh -bind = $mainMod SHIFT, F1, exec, [tag +centered] kitty nvim ~/.config/binds.conf +bind = $mainMod, U, exec, [tag +centered-L] kitty btop +bind = $mainMod SHIFT, F1, exec, [tag +centered-L] kitty nvim ~/.config/binds.conf bind = $mainMod CTRL, E, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/screenrotationwcw.sh bind = $mainMod CTRL, D, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/screenrotationacw.sh diff --git a/desktopenvs/hyprland/hypr-usr/windowrules.conf b/desktopenvs/hyprland/hypr-usr/windowrules.conf index bd6b2ed..8d8d399 100644 --- a/desktopenvs/hyprland/hypr-usr/windowrules.conf +++ b/desktopenvs/hyprland/hypr-usr/windowrules.conf @@ -25,7 +25,7 @@ windowrulev2 = nomaxsize, class:nm-connection-editor windowrulev2 = minsize 5 5, class:nm-connection-editor windowrulev2 = noshadow, class:nm-connection-editor windowrulev2 = opacity 1 0.8, class:kitty -windowrulev2 = opacity 0.8 0.3, initialTitle:Spotify,floating:1 +windowrulev2 = opacity 0.8 0.3, initialTitle:Spotify windowrulev2 = float, initialTitle:Spotify windowrulev2 = noblur, initialTitle:Spotify #windowrulev2 = float, class:Spaceengineers @@ -64,7 +64,13 @@ windowrulev2 = float, tag:centered windowrulev2 = pin, tag:centered windowrulev2 = center, tag:centered windowrulev2 = stayfocused, tag:centered -windowrulev2 = minsize 80% 70%, tag:centered +windowrulev2 = size 40% 50%, tag:centered + +windowrulev2 = float, tag:centered-L +windowrulev2 = pin, tag:centered-L +windowrulev2 = center, tag:centered-L +windowrulev2 = stayfocused, tag:centered-L +windowrulev2 = size 70% 80%, tag:centered-L windowrulev2 = float, class:dev.benz.walker.+ windowrulev2 = pin, class:dev.benz.walker.+ @@ -96,11 +102,8 @@ windowrulev2 = noborder, class:ulauncher windowrulev2 = float, class:ulauncher windowrulev2 = move onscreen cursor -10% -10%, initialClass:ulauncher - windowrulev2 = float, title:Quake 3: Arena windowrulev2 = pin, title:Quake 3: Arena windowrulev2 = center, title:Quake 3: Arena windowrulev2 = stayfocused, title:Quake 3: Arena windowrulev2 = minsize 80% 70%, title:Quake 3: Arena - -