summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2024-11-03 06:21:30 +0100
committernavewindre <boneyaard@gmail.com>2024-11-03 06:21:30 +0100
commit8a076f1b6dc52c0ebe991bd8287e6086ec92fe64 (patch)
treed52fe640b13a151410447b981938dc30bfa7d8c9 /config
parent65b8206953854ba7a309d44ee222ecb953ae39c8 (diff)
a
Diffstat (limited to 'config')
-rw-r--r--config/cortile/config.toml36
1 files changed, 4 insertions, 32 deletions
diff --git a/config/cortile/config.toml b/config/cortile/config.toml
index 4f05c60..21055e8 100644
--- a/config/cortile/config.toml
+++ b/config/cortile/config.toml
@@ -133,51 +133,23 @@ proportion_decrease = "Mod4-2"
[corners] # Action strings from [keys] section. #
################################################################################
-# Corner at top left.
-top_left = "window_previous"
-
-# Corner at top center.
+top_left = ""
top_center = ""
-
-# Corner at top right.
-top_right = "master_make"
-
-# Corner at center right.
+top_right = ""
center_right = ""
-
-# Corner at bottom right.
-bottom_right = "proportion_increase"
-
-# Corner at bottom center.
+bottom_right = ""
bottom_center = ""
-
-# Corner at bottom left.
-bottom_left = "proportion_decrease"
-
-# Corner at center left.
+bottom_left = ""
center_left = ""
################################################################################
[systray] # Action strings from [keys] section. #
################################################################################
-# Icon left click with pointer.
click_left = ""
-
-# Icon middle click with pointer.
click_middle = "toggle"
-
-# Icon right click with pointer.
click_right = ""
-
-# Icon vertical scroll up with pointer.
scroll_up = "cycle_previous"
-
-# Icon vertical scroll down with pointer.
scroll_down = "cycle_next"
-
-# Icon horizontal scroll left with pointer.
scroll_left = "proportion_decrease"
-
-# Icon horizontal scroll right with pointer.
scroll_right = "proportion_increase"