updates
This commit is contained in:
parent
9da32b39c1
commit
472e49d5f4
5 changed files with 28 additions and 18 deletions
10
sway/config
10
sway/config
|
@ -232,11 +232,11 @@ bindsym $mod+o mode "$mode_launcher"
|
|||
bindsym $mod+Ctrl+m exec makoctl dismiss -a
|
||||
|
||||
mode "$mode_launcher" {
|
||||
bindsym e exec emacsclient -c -a emacs &&mode "default"
|
||||
bindsym b exec qutebrowser &&mode "default"
|
||||
bindsym a exec emacsclient -c -e '(chris/org-agenda)' &&mode "default"
|
||||
bindsym m exec emacsclient -c -e '(mu4e)' &&mode "default"
|
||||
bindsym Shift+d exec dolphin &&mode "default"
|
||||
bindsym e exec emacsclient -c -a emacs
|
||||
bindsym b exec qutebrowser
|
||||
bindsym a exec emacsclient -e '(chris/org-agenda)'
|
||||
bindsym m exec emacsclient -c -e '(mu4e)'
|
||||
bindsym Shift+d exec dolphin
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue