dotfiles/actuator/uzui/tablet.toml
2023-10-10 19:29:10 -04:00

21 lines
491 B
TOML

device = "/dev/input/event9"
edge_tolerance = 300
min_distance = 1000
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"
3_down = "bspc desktop -l next"
2_from_bottom = "rofi -modi drun -show"
2_from_right = "rofi -modi p:rofi-power-menu -show"
2_from_top = "rofi -modi filebrowser -show"