24 lines
497 B
Plaintext
24 lines
497 B
Plaintext
# Main tools mapping
|
|
set $term alacritty
|
|
set $menu "ulauncher-toggle"
|
|
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
|