2021-01-13 07:10:31 +00:00
|
|
|
# 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
|
2021-01-13 07:10:31 +00:00
|
|
|
set $processviewer $term -e htop
|
|
|
|
|
|
|
|
# start a terminal
|
2021-01-24 20:56:41 +00:00
|
|
|
bindsym $mod+Return exec $term
|
2021-01-13 07:10:31 +00:00
|
|
|
|
|
|
|
# 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
|