From aa974af1819b418500a8b94a531086b170972eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Jan 2022 15:40:35 +0100 Subject: sway: split config file --- config/sway/bindsym-launch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config/sway/bindsym-launch (limited to 'config/sway/bindsym-launch') diff --git a/config/sway/bindsym-launch b/config/sway/bindsym-launch new file mode 100644 index 0000000..fe69990 --- /dev/null +++ b/config/sway/bindsym-launch @@ -0,0 +1,28 @@ +# vim: ft=swayconfig +# Start a terminal +bindsym $mod+Return exec alacritty +# Start Firefox +bindsym $mod+Shift+Return exec firefox + +# start a program +bindsym $mod+d exec --no-startup-id wofi -Imi -S drun + + +# Top +bindsym $mod+t exec alacritty -e htop +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 +# Mail client +bindsym $mod+m exec astroid + + +# Run and configure synchronization +bindsym $mod+i exec alacritty -t "Synchronization" -e allsync +bindsym $mod+Shift+i exec --no-startup-id allsync toggle +for_window [ title="Synchronization" ] floating enable -- cgit v1.2.3