# Launch Stuff bindsym { #terminal $mod+Return exec $term #floating terminal $mod+Shift+Return exec timeout 3s $HOME/.config/sway/scripts/exec-float $term #launcher $mod+d exec $menu #launcher reload $mod+Shift+d exec 'kbuildsycoca6;update-menus;$menu' #lockscreen $mod+l exec sdu lock #profile manager $mod+Shift+p exec sdu profile list --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu profile switch to "{}" #sway notification center $mod+Shift+n exec swaync-client -t -sw #power menu $mod+Shift+e exec sdu power | wofi --show dmenu | awk '{print tolower($2)}' | xargs -I "{}" -- sdu power "{}" #screenshot $mod+Shift+s exec sp-screenshot #clipboard $mod+v exec sp-clipboard $mod+Shift+v exec copyq show #desktop widgets ## $mod+w exec eww open --toggle --screen "$(swaymsg -t get_outputs | jq -r '.[]|select(.focused==true).model')" home $mod+w exec '$HOME/.config/sway/scripts/eww-toggle.sh homewidgets_reveal' #profile shortcuts $mod+shift+o exec sdu profile shortcuts get --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu profile shortcuts execute "{}" #global shortcuts $mod+shift+l exec sdu shortcuts get --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu shortcuts execute "{}" #browser $mod+shift+b exec 'sdu launch --program browser' $mod+t exec 'sdu launch --program browser_newtab' #file browser $mod+shift+f exec 'sdu launch --program filemanager' #calculator $mod+c exec wofi-calc #sticky notes $mod+shift+m exec stickynotes #gocryptfs $mod+shift+g exec gocryptfs-wofi #emoji $mod+e exec "$HOME/.config/sway/scripts/emoji-keyboard.sh" }