mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -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
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue