Browse Source

Switch to fzf based ClickUp tool

master
Arti Zirk 10 months ago
parent
commit
6cb276bff8
  1. 5
      .config/sway/config

5
.config/sway/config

@ -95,8 +95,9 @@ bindsym Scroll_Lock exec $lockcmd @@ -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

Loading…
Cancel
Save