aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@inpher.io>2019-03-28 15:12:57 -0400
committerJakob Odersky <jakob@inpher.io>2019-03-28 15:12:57 -0400
commit88c90958ceeba7cfadea2d78b422df1193b973b3 (patch)
tree5ba1d30009f097153ca506b8ad5a58d72a4e36ee
parent2ca78626842515b7a226d8090dd977912915377b (diff)
downloaddotfiles-88c90958ceeba7cfadea2d78b422df1193b973b3.tar.gz
dotfiles-88c90958ceeba7cfadea2d78b422df1193b973b3.tar.bz2
dotfiles-88c90958ceeba7cfadea2d78b422df1193b973b3.zip
Configure shortcuts for VS Code
-rw-r--r--home/.config/dunst/dunstrc6
-rw-r--r--home/.config/i3/config1
-rw-r--r--home/.gitignore_global2
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/