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