Codify password manager and messenger

This commit is contained in:
David Heinemeier Hansson
2025-06-17 09:54:02 +02:00
parent 5c4b3f1a2b
commit 71f51949c2
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,8 @@ $fileManager = nautilus --new-window
$browser = google-chrome-unstable --new-window --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4 $browser = google-chrome-unstable --new-window --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4
$menu = wofi --show drun $menu = wofi --show drun
$music = spotify $music = spotify
$passwordManager = 1password
$messenger = signal-desktop
$webapp = $browser --app $webapp = $browser --app
# Use defaults Omarchy defaults # Use defaults Omarchy defaults
@ -29,7 +31,6 @@ bind = SUPER SHIFT, A, exec, $webapp="https://grok.com"
bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/" bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/"
bind = SUPER, E, exec, $webapp="https://app.hey.com" bind = SUPER, E, exec, $webapp="https://app.hey.com"
bind = SUPER, Y, exec, $webapp="https://youtube.com/" bind = SUPER, Y, exec, $webapp="https://youtube.com/"
bind = SUPER, G, exec, signal-desktop
bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/"
bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER, X, exec, $webapp="https://x.com/"
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"

View File

@ -5,6 +5,8 @@ bind = SUPER, B, exec, $browser
bind = SUPER, M, exec, $music bind = SUPER, M, exec, $music
bind = SUPER, N, exec, $terminal -e nvim bind = SUPER, N, exec, $terminal -e nvim
bind = SUPER, T, exec, $terminal -e btop bind = SUPER, T, exec, $terminal -e btop
bind = SUPER, G, exec, $messenger
bind = SUPER, slash, exec, $passwordManager
bind = SUPER, space, exec, $menu bind = SUPER, space, exec, $menu
bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar