aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/hyprland.conf
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-02 20:04:32 +0200
committervaxerski <[email protected]>2022-04-02 20:04:32 +0200
commit3f99dad7f563593d298bcd548002e5b53a886825 (patch)
tree4bdd69de02aff2b8a8352ff8abbb6b38d5d91c8c /example/hyprland.conf
parent7add082217b1e86f36bb152aec658eb5977622fa (diff)
downloadHyprland-3f99dad7f563593d298bcd548002e5b53a886825.tar.gz
Hyprland-3f99dad7f563593d298bcd548002e5b53a886825.zip
Added pseudotiling
Diffstat (limited to 'example/hyprland.conf')
-rw-r--r--example/hyprland.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf
index 998d69bd..582e878b 100644
--- a/example/hyprland.conf
+++ b/example/hyprland.conf
@@ -35,12 +35,17 @@ animations {
fadein=1 # not yet implemented
}
+dwindle {
+ pseudotile=0 # enable pseudotiling on dwindle
+}
+
# example window rules
# for windows named/classed as abc and xyz
windowrule=move 69 420,abc
windowrule=size 420 69,abc
windowrule=tile,xyz
windowrule=float,abc
+windowrule=pseudo,abc
windowrule=monitor 0,xyz
# example binds
@@ -50,6 +55,7 @@ bind=SUPER,M,exec,pkill Hyprland
bind=SUPER,E,exec,dolphin
bind=SUPER,V,togglefloating,
bind=SUPER,R,exec,wofi --show drun -o DP-3
+bind=SUPER,P,pseudo,
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2