diff options
author | Karel Kočí <cynerd@email.cz> | 2024-10-03 10:30:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-10-03 10:31:26 +0200 |
commit | 57c70abb59d81f702d97dc6568f0d4b7cd005816 (patch) | |
tree | e4cd25c789dc6e6a694474cec76b1b139638d745 /config | |
parent | 53c403e2ad88d3e2f77f83fb51726de2e38f8835 (diff) | |
download | myconfigs-57c70abb59d81f702d97dc6568f0d4b7cd005816.tar.gz myconfigs-57c70abb59d81f702d97dc6568f0d4b7cd005816.tar.bz2 myconfigs-57c70abb59d81f702d97dc6568f0d4b7cd005816.zip |
Switch back to astroid
Diffstat (limited to 'config')
-rw-r--r-- | config/sway/bindsym-launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sway/bindsym-launch b/config/sway/bindsym-launch index 8572004..b568a2d 100644 --- a/config/sway/bindsym-launch +++ b/config/sway/bindsym-launch @@ -19,7 +19,7 @@ bindsym $mod+Shift+w exec --no-startup-id ~/.config/sway/scripts/pass bindsym $mod+Shift+n exec --no-startup-id ~/.config/sway/scripts/notes for_window [ title="notes-terminal-window" ] floating enable sticky enable # Mail client -bindsym $mod+m exec dodo +bindsym $mod+m exec astroid # Run and configure synchronization |