From 6cb276bff826dc5dfdfef1a01ab1c899150431aa Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 12 Dec 2023 18:03:46 +0200 Subject: [PATCH] Switch to fzf based ClickUp tool --- .config/sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 1927e85..12177d7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -95,8 +95,9 @@ bindsym Scroll_Lock exec $lockcmd # Alt+Tab window switcher bindsym Alt+Tab exec ~/.bin/switch_window.py -bindsym $mod+c exec ~/code/krakul/internal/cutool-rofi/contrib/rofi_time_tracker.py - +# ClickUp Time Tracker util +bindsym $mod+c exec foot --app-id=cucli --title=cucli --window-size-chars=200x40 --working-directory=/home/arti/code/krakul/internal/cucli /home/arti/code/krakul/internal/cucli/venv/bin/cucli +for_window [app_id="cucli"] floating enable # Hack that adds a emoji to all window titles so that title height is somewhat constant # You can read mode about this here https://github.com/swaywm/sway/issues/3114