From 8337f168b397685955aa9535cbc448cc98c20694 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 10 May 2025 13:32:51 -0500 Subject: get emacs working properly on bsd - add emacsd service - make sway start emacsclient rather than emacs - breakout emacs items in applications to emacs_install_config --- dotfiles/system/.config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/system') diff --git a/dotfiles/system/.config/sway/config b/dotfiles/system/.config/sway/config index 9e19afb..6d7efd7 100644 --- a/dotfiles/system/.config/sway/config +++ b/dotfiles/system/.config/sway/config @@ -72,7 +72,7 @@ output eDP-1 scale 1.8 #### Application Bindings #### bindsym $mod+Shift+Return exec $term - bindsym $mod+e exec emacs + bindsym $mod+e exec emacsclient -c -a "" bindsym $mod+w exec $browser bindsym $mod+f exec thunar bindsym $mod+b exec calibre @@ -155,8 +155,8 @@ output eDP-1 scale 1.8 # You can "split" the current object of your focus with # $mod+b or $mod+v, for horizontal and vertical splits # respectively. - bindsym $mod+b splith - bindsym $mod+v splitv + bindsym $mod+Shift+b splith + bindsym $mod++Shift+v splitv # Switch the current container between different layout styles bindsym $mod+Shift+m layout stacking # (monacle-view) -- cgit v1.2.3