init
This commit is contained in:
33
hypr/plugins/hycov.conf
Normal file
33
hypr/plugins/hycov.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
# Conf
|
||||
plugin {
|
||||
hycov {
|
||||
overview_gappo = 60
|
||||
overview_gappi = 24
|
||||
hotarea_size = 10
|
||||
enable_hotarea = 0
|
||||
swipe_fingers = 4
|
||||
move_focus_distance = 100
|
||||
enable_gesture = 1
|
||||
disable_workspace_change = 0
|
||||
disable_spawn = 0
|
||||
auto_exit = 1
|
||||
auto_fullscreen = 0
|
||||
only_active_workspace = 0
|
||||
only_active_monitor = 1
|
||||
enable_alt_release_exit = 0
|
||||
alt_toggle_auto_next = 0
|
||||
click_in_cursor = 1
|
||||
}
|
||||
}
|
||||
|
||||
# Keybinds
|
||||
bind = SUPER, ;, hycov:toggleoverview
|
||||
bind = SUPERALT, BACKSPACE, hycov:toggleoverview, forceall
|
||||
bind = SUPERALT, LEFT, hycov:movefocus, l
|
||||
bind = SUPERALT, RIGHT, hycov:movefocus, r
|
||||
bind = SUPERALT, UP, hycov:movefocus, u
|
||||
bind = SUPERALT, DOWN, hycov:movefocus, d
|
||||
bind = SUPERALT, H, hycov:movefocus, l
|
||||
bind = SUPERALT, L, hycov:movefocus, r
|
||||
bind = SUPERALT, K, hycov:movefocus, u
|
||||
bind = SUPERALT, J, hycov:movefocus, d
|
||||
Reference in New Issue
Block a user