From f353b3e31b5ca48fa5ac5d138f023c8d66a49936 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 27 Mar 2020 17:23:10 -0500 Subject: [PATCH] Eeeem --- apps/de/sway/config | 1 + setup.bash | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/de/sway/config b/apps/de/sway/config index e19ccd2..939b63e 100644 --- a/apps/de/sway/config +++ b/apps/de/sway/config @@ -16,6 +16,7 @@ bindsym $mod+Return exec $term bindsym $mod+t exec $term bindsym $mod+Alt+Return exec urxvt bindsym $mod+c kill +bindsym $mod+Shift+c kill # TODO: kill -9 bindsym $mod+Space exec $menu bindsym $mod+Shift+r reload bindsym $mod+Control+Escape exit diff --git a/setup.bash b/setup.bash index c9ba53f..5f40d0b 100755 --- a/setup.bash +++ b/setup.bash @@ -48,7 +48,7 @@ links=( "apps/neovim/" "$HOME/.vim" "apps/neovim/init.vim" "$HOME/.vimrc" "bin/lib/colors/vim" "$XDG_CONFIG_HOME/nvim/colors/base16-donokai.vim" - "apps/emacs/" "$HOME/.emacs.d" + "apps/emacs/" "$HOME/.emacs.lytedev" # gtk configuration files "apps/de/gtk/2rc" "$HOME/.gtkrc-2.0"