diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a35a3144..c32c63e1 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -137,28 +137,6 @@ misc { # If you are installing hycov by manually compile , you should comment out this exec-once = hyprpm reload -# bind key to toggle overview (normal) -bind = ALT,tab,hycov:toggleoverview - -# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`) -bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key - -# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`) -bind = ALT,g,hycov:toggleoverview,forceallinone - -# The key binding for directional switch mode. -# Calculate the window closest to the direction to switch focus. -# This keybind is applicable not only to the overview, but also to the general layout. -bind=ALT,left,hycov:movefocus,l -bind=ALT,right,hycov:movefocus,r -bind=ALT,up,hycov:movefocus,u -bind=ALT,down,hycov:movefocus,d - -# if you want that focusmove can cross monitor, use this -bind=ALT,left,hycov:movefocus,leftcross -bind=ALT,right,hycov:movefocus,rightcross -bind=ALT,up,hycov:movefocus,upcross -bind=ALT,down,hycov:movefocus,downcross plugin { hyprtrails { diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 406ecd75..632ed26a 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -102,4 +102,27 @@ bind = $mainMod ALT, right, exec, /home/crux/.config/hypr/scripts/wallpaper.sh # bind = $mainMod SHIFT, A, exec, pkill -x rofi || $scrPath/rofiselect.sh # rofi style select menu bind = $mainMod SHIFT, W, exec, pkill -x rofi || $scrPath/swwwallselect.sh # rofi wall select menu bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteboard in screen center -bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout \ No newline at end of file +bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout + +# bind key to toggle overview (normal) +bind = ALT,tab,hycov:toggleoverview + +# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`) +bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key + +# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`) +bind = ALT,g,hycov:toggleoverview,forceallinone + +# The key binding for directional switch mode. +# Calculate the window closest to the direction to switch focus. +# This keybind is applicable not only to the overview, but also to the general layout. +bind=ALT,left,hycov:movefocus,l +bind=ALT,right,hycov:movefocus,r +bind=ALT,up,hycov:movefocus,u +bind=ALT,down,hycov:movefocus,d + +# if you want that focusmove can cross monitor, use this +bind=ALT,left,hycov:movefocus,leftcross +bind=ALT,right,hycov:movefocus,rightcross +bind=ALT,up,hycov:movefocus,upcross +bind=ALT,down,hycov:movefocus,downcross \ No newline at end of file