dotfiles/symlinks/config/sway/conf.d/01_default_tools

24 lines
497 B
Plaintext
Raw Normal View History

# Main tools mapping
set $term alacritty
2021-03-10 16:39:27 +00:00
set $menu "ulauncher-toggle"
2021-03-08 17:53:48 +00:00
set $filemanager thunar
set $processviewer $term -e htop
# start a terminal
bindsym $mod+Return exec $term
# start todoist
bindsym $mod+$alt+t exec todoist
# start menu (program launcher)
bindsym $mod+space exec $menu
# start file explorer
bindsym $mod+Shift+period exec $filemanager
# start process viewer
bindsym $mod+p exec $processviewer
# Open configration menu
bindsym $mod+Shift+comma exec ~/bin/settings-selector