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