summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-05 07:23:29 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-05 07:23:29 -0400
commita7a8de0f4553de0e33617c070dc536268b144308 (patch)
treecb31c6e069553073ad022b409a6a9ae233a69326
parent727bf59d65e9fedb1ff1eacd65b794e84bd0b57a (diff)
alias for make install & corrected dwm fullscreen
-rw-r--r--.config/aliasrc1
-rw-r--r--.config/sxhkd/sxhkdrc2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/aliasrc b/.config/aliasrc
index 14dad53..736dc14 100644
--- a/.config/aliasrc
+++ b/.config/aliasrc
@@ -34,6 +34,7 @@
| goobook | goobook -c $HOME/.config/goobook/config |
| gor | go run *.go |
| less | nvimpager |
+| mmi | make && sudo make install |
| op | e main.rnw |
| R | R -q |
| td | todotxt-machine -c ~/.config/todotxt-machine/config |
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index b09ba09..373c64e 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -39,7 +39,7 @@ super + {_,shift} m
dwmc setlayoutex {3,4}
## Make window fullscreen
super + f
- dwmc togglefullscr
+ dwmc fullscreen
## Make current window floating
super + shift + space
dwmc togglefloating