28 lines
567 B
Plaintext
28 lines
567 B
Plaintext
# Main tools mapping
|
|
set $term footclient
|
|
set $menu "ulauncher-toggle"
|
|
set $filemanager nautilus
|
|
set $processviewer $term -e htop
|
|
set $browser firefox
|
|
|
|
# start a terminal
|
|
bindsym $mod+Return exec $term
|
|
|
|
# start browser
|
|
bindsym $mod+b exec $browser
|
|
|
|
# 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
|