From 9d9d7ecc1c892043b59745d8ac619b410876c6b0 Mon Sep 17 00:00:00 2001 From: h Date: Fri, 6 Oct 2023 02:27:00 -0400 Subject: [PATCH] spec 2 --- actuator/uzui/landscape.toml | 10 +++++----- actuator/uzui/portrait.toml | 12 ++++++------ actuator/uzui/tablet.toml | 10 +++++----- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/actuator/uzui/landscape.toml b/actuator/uzui/landscape.toml index 21a1c49..845d489 100644 --- a/actuator/uzui/landscape.toml +++ b/actuator/uzui/landscape.toml @@ -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" diff --git a/actuator/uzui/portrait.toml b/actuator/uzui/portrait.toml index 9f294f5..6adb4e1 100644 --- a/actuator/uzui/portrait.toml +++ b/actuator/uzui/portrait.toml @@ -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" diff --git a/actuator/uzui/tablet.toml b/actuator/uzui/tablet.toml index b834f73..d23546d 100644 --- a/actuator/uzui/tablet.toml +++ b/actuator/uzui/tablet.toml @@ -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"