Switch to fzf based ClickUp tool

This commit is contained in:
Arti Zirk 2023-12-12 18:03:46 +02:00
parent abbb1f8e1f
commit 6cb276bff8
1 changed files with 3 additions and 2 deletions

View File

@ -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