This commit is contained in:
h 2023-10-06 02:27:00 -04:00
parent 35f9262829
commit 9d9d7ecc1c
3 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
device = "/dev/input/event13"
edge_tolerance = 200
min_distance = 40
edge_tolerance = 300
min_distance = 1000
height = 2178
width = 3894
@ -16,6 +16,6 @@ width = 3894
3_up = "bspc desktop -l next"
2_down = "rofi -modi drun -show"
2_right = "rofi -modi p:rofi-power-menu -show"
2_up = "rofi -modi filebrowser -show"
2_from_top = "rofi -modi drun -show"
2_from_left = "rofi -modi p:rofi-power-menu -show"
2_from_bottom = "rofi -modi filebrowser -show"

View File

@ -1,6 +1,6 @@
device = "/dev/input/event13"
edge_tolerance = 200
min_distance = 40
edge_tolerance = 300
min_distance = 1000
height = 3894
width = 2178
@ -13,8 +13,8 @@ width = 2178
1_down = "bspc desktop -f next.local"
1_up = "bspc desktop -f prev.local"
3_left = "bspc desktop -l next"
3_right = "bspc desktop -l next"
2_left = "rofi -modi drun -show"
2_up = "rofi -modi p:rofi-power-menu -show"
2_right = "rofi -modi filebrowser -show"
2_from_left = "rofi -modi drun -show"
2_from_bottom = "rofi -modi p:rofi-power-menu -show"
2_from_right = "rofi -modi filebrowser -show"

View File

@ -1,6 +1,6 @@
device = "/dev/input/event13"
edge_tolerance = 200
min_distance = 40
edge_tolerance = 300
min_distance = 1000
height = 2178
width = 3894
@ -15,6 +15,6 @@ width = 3894
3_down = "bspc desktop -l next"
2_up = "rofi -modi drun -show"
2_left = "rofi -modi p:rofi-power-menu -show"
2_down = "rofi -modi filebrowser -show"
2_from_bottom = "rofi -modi drun -show"
2_from_right = "rofi -modi p:rofi-power-menu -show"
2_from_top = "rofi -modi filebrowser -show"