Somehow lost the bindd versions

This commit is contained in:
David Heinemeier Hansson 2025-08-05 15:11:04 +02:00
parent 59b1d690d0
commit 1a4b2d9420

View File

@ -3,23 +3,23 @@ $terminal = uwsm app -- alacritty
$browser = uwsm app -- chromium --new-window --ozone-platform=wayland $browser = uwsm app -- chromium --new-window --ozone-platform=wayland
$webapp = $browser --app $webapp = $browser --app
bind = SUPER, return, exec, $terminal bindd = SUPER, return, Terminal, exec, $terminal
bind = SUPER, F, exec, uwsm app -- nautilus --new-window bindd = SUPER, F, File manager, exec, uwsm app -- nautilus --new-window
bind = SUPER, B, exec, $browser bindd = SUPER, B, Browser, exec, $browser
bind = SUPER, M, exec, uwsm app -- spotify bindd = SUPER, M, Music, exec, uwsm app -- spotify
bind = SUPER, N, exec, $terminal -e nvim bindd = SUPER, N, Neovim, exec, $terminal -e nvim
bind = SUPER, T, exec, $terminal -e btop bindd = SUPER, T, Activity, exec, $terminal -e btop
bind = SUPER, D, exec, $terminal -e lazydocker bindd = SUPER, D, Docker, exec, $terminal -e lazydocker
bind = SUPER, G, exec, uwsm app -- signal-desktop bindd = SUPER, G, Signal, exec, uwsm app -- signal-desktop
bind = SUPER, O, exec, uwsm app -- obsidian -disable-gpu bindd = SUPER, O, Obsidian, exec, uwsm app -- obsidian -disable-gpu
bind = SUPER, slash, exec, uwsm app -- 1password bindd = SUPER, slash, Passwords, exec, uwsm app -- 1password
bind = SUPER, A, exec, $webapp="https://chatgpt.com" bindd = SUPER, A, ChatGPT, exec, $webapp="https://chatgpt.com"
bind = SUPER SHIFT, A, exec, $webapp="https://grok.com" bindd = SUPER SHIFT, A, Grok, exec, $webapp="https://grok.com"
bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/" bindd = SUPER, C, Calendar, exec, $webapp="https://app.hey.com/calendar/weeks/"
bind = SUPER, E, exec, $webapp="https://app.hey.com" bindd = SUPER, E, Email, exec, $webapp="https://app.hey.com"
bind = SUPER, Y, exec, $webapp="https://youtube.com/" bindd = SUPER, Y, YouTube, exec, $webapp="https://youtube.com/"
bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" bindd = SUPER SHIFT, G, WhatsApp, exec, $webapp="https://web.whatsapp.com/"
bind = SUPER ALT, G, exec, $webapp="https://messages.google.com/web/conversations" bindd = SUPER ALT, G, Google Messages, exec, $webapp="https://messages.google.com/web/conversations"
bind = SUPER, X, exec, $webapp="https://x.com/" bindd = SUPER, X, X, exec, $webapp="https://x.com/"
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" bindd = SUPER SHIFT, X, X Post, exec, $webapp="https://x.com/compose/post"