diff options
author | Karel Kočí <cynerd@email.cz> | 2024-06-19 09:28:24 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-06-19 09:28:24 +0200 |
commit | b6454f674ed8c0fe7a5dd880c7065e12688e97b6 (patch) | |
tree | 551beb4db5624472ad60881fda132c5f32a95c2f | |
parent | 737a2b5ea6a79ad9e0163fd6f629be33a04eff26 (diff) | |
download | myconfigs-b6454f674ed8c0fe7a5dd880c7065e12688e97b6.tar.gz myconfigs-b6454f674ed8c0fe7a5dd880c7065e12688e97b6.tar.bz2 myconfigs-b6454f674ed8c0fe7a5dd880c7065e12688e97b6.zip |
sway: Replace calendar shortcut with ipython
-rw-r--r-- | config/sway/bindsym-launch | 4 | ||||
m--------- | private | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/sway/bindsym-launch b/config/sway/bindsym-launch index 01d8061..b568a2d 100644 --- a/config/sway/bindsym-launch +++ b/config/sway/bindsym-launch @@ -3,6 +3,8 @@ bindsym $mod+Return exec alacritty # Start Firefox bindsym $mod+Shift+Return exec firefox +# Python +bindsym $mod+c exec alacritty -e ipython # start a program bindsym $mod+d exec --no-startup-id wofi -Imi -S drun @@ -13,8 +15,6 @@ bindsym $mod+t exec alacritty -e btop bindsym $mod+Shift+t exec alacritty -e sudo powertop # Passwords bindsym $mod+Shift+w exec --no-startup-id ~/.config/sway/scripts/pass -# Calendar -bindsym $mod+c exec alacritty -t "Calendar" -e ikhal # Notes bindsym $mod+Shift+n exec --no-startup-id ~/.config/sway/scripts/notes for_window [ title="notes-terminal-window" ] floating enable sticky enable diff --git a/private b/private -Subproject ff5208fa782fb6026c15186d0dfd532a370b335 +Subproject 2978cece71cd2a7835fd9094a3eb347ca602845 |