nas
This commit is contained in:
parent
c1b1b14be1
commit
af1670a3b9
4 changed files with 20 additions and 7 deletions
|
|
@ -133,6 +133,11 @@
|
|||
"$mainMod, K, movefocus, u"
|
||||
"$mainMod, J, movefocus, d"
|
||||
|
||||
"$mainMod SHIFT, H, resizeactive, exact -5% 0%"
|
||||
"$mainMod SHIFT, L, resizeactive, exact 5% 0%"
|
||||
"$mainMod SHIFT, K, resizeactive, exact 0% 5%"
|
||||
"$mainMod SHIFT, J, resizeactive, exact 0% -5%"
|
||||
|
||||
"$mainMod, 1, workspace, 1"
|
||||
"$mainMod, 2, workspace, 2"
|
||||
"$mainMod, 3, workspace, 3"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
{ ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland.settings.windowrule = [
|
||||
# keepass special workplace
|
||||
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
|
||||
"workspace unset,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC"
|
||||
|
||||
# show database unlock prompt on all workspaces
|
||||
"workspace previous,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||
"center,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||
"pin,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||
|
||||
# show inline images with ueberzugpp
|
||||
"noanim, class:^ueberzugpp_(.*)$"
|
||||
|
||||
# path of exile / poetrade hacks
|
||||
"tag +poe, class:^(steam_app_238960)$"
|
||||
"tag +poe, title:^(Path of Exile)$"
|
||||
"fullscreen, tag:poe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue