aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-09 13:26:55 +0200
committervaxerski <[email protected]>2022-04-09 13:26:55 +0200
commit3d5e2c1dc34e1099fd56bad61848f7a48268ea77 (patch)
tree352c6faa9f939f3f6b6ae2c793246cf92aa5dfdc /example
parent7449a0c44c578c1be4de1726349cf6d28d08f31b (diff)
downloadHyprland-3d5e2c1dc34e1099fd56bad61848f7a48268ea77.tar.gz
Hyprland-3d5e2c1dc34e1099fd56bad61848f7a48268ea77.zip
Added movefocus dispatcher
Diffstat (limited to 'example')
-rw-r--r--example/hyprland.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf
index 8503bf42..2e1425a5 100644
--- a/example/hyprland.conf
+++ b/example/hyprland.conf
@@ -63,6 +63,11 @@ bind=SUPER,V,togglefloating,
bind=SUPER,R,exec,wofi --show drun -o DP-3
bind=SUPER,P,pseudo,
+bind=SUPER,left,movefocus,l
+bind=SUPER,right,movefocus,r
+bind=SUPER,up,movefocus,u
+bind=SUPER,down,movefocus,d
+
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2
bind=SUPER,3,workspace,3