added CMD+U for btop and the centered-L window-tag
parent
7a5a3f95ee
commit
b77f5a61c0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue