From 88c90958ceeba7cfadea2d78b422df1193b973b3 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 28 Mar 2019 15:12:57 -0400 Subject: Configure shortcuts for VS Code --- home/.config/dunst/dunstrc | 6 +++--- home/.config/i3/config | 1 + home/.gitignore_global | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc index e38dfdb..812af73 100644 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -158,7 +158,7 @@ # Xev might be helpful to find names for keys. # Close notification. - close = ctrl+space + #close = ctrl+space # Close all notifications. close_all = ctrl+shift+space @@ -166,10 +166,10 @@ # Redisplay last message(s). # On the US keyboard layout "grave" is normally above TAB and left # of "1". - history = ctrl+grave + #history = ctrl+grave # Context menu. - context = ctrl+shift+period + #context = ctrl+shift+period [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. diff --git a/home/.config/i3/config b/home/.config/i3/config index 9516ec3..4530a76 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -242,6 +242,7 @@ bindsym $mod+r mode "resize" bindsym $mod+Enter exec $term bindsym $mod+y exec ~/bin/passmenu --type, mode "default" bindsym $mod+u exec emacsclient --alternate-editor='' --create-frame --no-wait , mode "default" + bindsym $mod+o exec code , mode "default" bindsym $mod+i exec firefox bindsym $mod+p exec --no-startup-id ~/bin/open-project bindsym $mod+Shift+i exec firefox --private-window diff --git a/home/.gitignore_global b/home/.gitignore_global index ac8c11a..4d9dfc4 100644 --- a/home/.gitignore_global +++ b/home/.gitignore_global @@ -2,3 +2,5 @@ .ensime_cache/ .ensime .idea/ +.metals/ +.vscode/ -- cgit v1.2.3