dotfiles/actuator/uzui/landscape.toml
2023-10-06 01:41:47 -04:00

22 lines
531 B
TOML

device = "/dev/input/event13"
edge_tolerance = 200
min_distance = 40
height = 2178
width = 3894
[actions]
4_from_top = "$XDG_CONFIG_HOME/actuator/uzui/set_win_mode portrait"
4_up = "$XDG_CONFIG_HOME/actuator/uzui/set_win_mode tablet"
1_from_bottom = "onboard --theme=Theme &"
1_down = "pkill onboard"
1_left = "bspc desktop -f next.local"
1_right = "bspc desktop -f prev.local"
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"