diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 15:36:40 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 15:36:40 +0200 | 
| commit | 2a6682da5e2e3248bd77af7ee79c4c46be235272 (patch) | |
| tree | c1293bec6400641b0d517a354859a1c313c30267 | |
| parent | 938d8dab7538b7e3f359ee159aff5181910a8bb8 (diff) | |
added focusmonitor binds
| -rw-r--r-- | config/hyprland/hypr/hyprland.conf | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 0ea4c5b..c76c25d 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -109,6 +109,8 @@ bind = $mainMod, S, togglesplit, # dwindle  bind = $mainMod, B, exec, firefox +bind = $mainMod, E, focusmonitor, +1 +bind = $mainMod, W, focusmonitor, -1  bind = $mainMod, H, movefocus, l  bind = $mainMod, J, movefocus, d  bind = $mainMod, K, movefocus, u  | 
