Simplify emacsclient calls
tmpfix no longer needed after switching zsh config
This commit is contained in:
parent
0b707179cd
commit
9019e6e3f9
@ -28,7 +28,7 @@ set $mon2 LVDS-0
|
|||||||
|
|
||||||
## Keybindings! ##
|
## Keybindings! ##
|
||||||
bindsym $mod+Return exec mate-terminal # start a terminal
|
bindsym $mod+Return exec mate-terminal # start a terminal
|
||||||
bindsym $mod+e exec /home/adam/.bin/emacsclient-tmpFix # start emacs
|
bindsym $mod+e exec zsh -c "emacsclient -c -n" # start emacs
|
||||||
bindsym $mod+Shift+e exec thunderbird # start thunderbird
|
bindsym $mod+Shift+e exec thunderbird # start thunderbird
|
||||||
|
|
||||||
bindsym Mod1+Mod4+s exec /home/adam/.bin/lock.sh suspend # suspend
|
bindsym Mod1+Mod4+s exec /home/adam/.bin/lock.sh suspend # suspend
|
||||||
@ -37,7 +37,7 @@ bindsym Mod1+Control+Delete exec /home/adam/.bin/lock.sh pick # power menu
|
|||||||
bindsym $mod+p exec --no-startup-id ~/.bin/killPanel.sh # restart xfce4-panel
|
bindsym $mod+p exec --no-startup-id ~/.bin/killPanel.sh # restart xfce4-panel
|
||||||
|
|
||||||
mode "launch" {
|
mode "launch" {
|
||||||
bindsym e exec /home/adam/.bin/emacsclient-tmpFix; mode "default"
|
bindsym e exec zsh -c "emacsclient -c -n"; mode "default"
|
||||||
bindsym f exec firefox; mode "default"
|
bindsym f exec firefox; mode "default"
|
||||||
bindsym t exec thunar; mode "default"
|
bindsym t exec thunar; mode "default"
|
||||||
bindsym $mod+g mode "default"
|
bindsym $mod+g mode "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user