19 lines
439 B
TOML
19 lines
439 B
TOML
device = "/dev/input/event13"
|
|
edge_tolerance = 200
|
|
min_distance = 20
|
|
height = 2178
|
|
width = 3894
|
|
|
|
[actions]
|
|
4_from_bottom = "$XDG_CONFIG_HOME/actuator/uzui/set_win_mode landscape"
|
|
|
|
1_from_top = "onboard --theme=Theme &"
|
|
1_up = "pkill onboard"
|
|
|
|
1_right = "bspc desktop -f next.local"
|
|
1_left = "bspc desktop -f prev.local"
|
|
|
|
2_up = "rofi -modi drun -show"
|
|
2_right = "rofi -modi p:rofi-power-menu -show"
|
|
2_down = "rofi -modi filebrowser -show"
|