removed hyprexpo
parent
6b69c02356
commit
b54ec82729
|
|
@ -27,7 +27,7 @@ $vimright = l
|
|||
$vimup = k
|
||||
$vimdown = j
|
||||
|
||||
bind = $mainMod, E, hyprexpo:expo, toggle
|
||||
#bind = $mainMod, E, hyprexpo:expo, toggle
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
|
|
|||
|
|
@ -3,19 +3,19 @@ source = ~/.config/monitors.conf
|
|||
source = ~/.config/binds.conf
|
||||
source = ~/.config/windowrules.conf
|
||||
|
||||
plugin {
|
||||
hyprexpo {
|
||||
columns = 3
|
||||
gap_size = 1
|
||||
bg_col = rgb(111111)
|
||||
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = true # laptop touchpad
|
||||
gesture_fingers = 3 # 3 or 4
|
||||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
}
|
||||
}
|
||||
#plugin {
|
||||
# hyprexpo {
|
||||
# columns = 3
|
||||
# gap_size = 1
|
||||
# bg_col = rgb(111111)
|
||||
# workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
#
|
||||
# enable_gesture = true # laptop touchpad
|
||||
# gesture_fingers = 3 # 3 or 4
|
||||
# gesture_distance = 300 # how far is the "max"
|
||||
# gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
# }
|
||||
#}
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue