diff options
-rw-r--r-- | .config/aliasrc | 1 | ||||
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
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 |