aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-08-30 18:10:29 -0700
committerJakob Odersky <jakob@odersky.com>2018-08-30 18:10:29 -0700
commitaedacfdd1d52de45ff866df3744f6c1d95ef9857 (patch)
tree57195aa00684d51699ecba114af0ff4aeb713ce7
parent9a48207ca151dc2469d39aa0f6e2ce1d762d1c59 (diff)
downloaddotfiles-aedacfdd1d52de45ff866df3744f6c1d95ef9857.tar.gz
dotfiles-aedacfdd1d52de45ff866df3744f6c1d95ef9857.tar.bz2
dotfiles-aedacfdd1d52de45ff866df3744f6c1d95ef9857.zip
Update config
-rw-r--r--home/.bash_aliases1
-rw-r--r--home/.config/i3/config4
-rw-r--r--home/.emacs.d/init.el3
3 files changed, 5 insertions, 3 deletions
diff --git a/home/.bash_aliases b/home/.bash_aliases
index 0c0418d..27c280d 100644
--- a/home/.bash_aliases
+++ b/home/.bash_aliases
@@ -6,3 +6,4 @@ alias kl='kubectl --context=minikube'
alias t="term"
alias i="idea . &"
alias explore="tree -P *.scala --prune -I target"
+alias drv="cd ~/src/driver"
diff --git a/home/.config/i3/config b/home/.config/i3/config
index f5d9368..0aa1883 100644
--- a/home/.config/i3/config
+++ b/home/.config/i3/config
@@ -295,9 +295,9 @@ bindsym $mod+r mode "resize"
# disable audible bell
exec set -b
# enable tap to click on touchpad
-exec_always --no-startup-id xinput set-prop 12 280 1
+exec_always --no-startup-id xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
# increase pointer acceleration on touchpad
-exec_always --no-startup-id xinput set-prop 12 300 0.5
+exec_always --no-startup-id xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" 0.5
exec --no-startup-id redshift
exec --no-startup-id sakura --name=sakura_scratchpad
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index bf1b72c..07ec4ac 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -94,7 +94,8 @@
(setq projectile-use-git-grep t)
:config
(setq projectile-completion-system 'ido)
- (projectile-global-mode t)
+ (define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
+ (projectile-mode +1)
:diminish projectile-mode)
(use-package magit