mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 13:50:38 -04:00
cleaning up keybindings more
This commit is contained in:
parent
40046d8846
commit
052fb70ec9
2 changed files with 24 additions and 23 deletions
|
@ -137,28 +137,6 @@ misc {
|
||||||
# If you are installing hycov by manually compile , you should comment out this
|
# If you are installing hycov by manually compile , you should comment out this
|
||||||
exec-once = hyprpm reload
|
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 {
|
plugin {
|
||||||
hyprtrails {
|
hyprtrails {
|
||||||
|
|
|
@ -103,3 +103,26 @@ bind = $mainMod SHIFT, A, exec, pkill -x rofi || $scrPath/rofiselect.sh # rofi s
|
||||||
bind = $mainMod SHIFT, W, exec, pkill -x rofi || $scrPath/swwwallselect.sh # rofi wall 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, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteboard in screen center
|
||||||
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
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
|
Loading…
Add table
Add a link
Reference in a new issue