diff options
author | Julian T <julian@jtle.dk> | 2019-06-03 13:46:18 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-06-03 13:46:18 +0200 |
commit | d8ee12c48895e3ec97df5ceaa7450b0a1e710e87 (patch) | |
tree | 686d6d9789d6036163052addb7e9be673a9a2a2f /dwm/lc | |
parent | 96bc496f36e479fd7db0dab017a2339a6051171f (diff) |
Added vim completion, changed walpaper and switched search engine
Diffstat (limited to 'dwm/lc')
-rwxr-xr-x | dwm/lc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ handle_stuff() { fi if [ "$1" = "overleaf-render" ]; then - sh ~/Documents/overleafRenderer/compile.sh + st sh ~/Documents/overleafRenderer/compile.sh fi if [ "$1" = "caps-lock" ] || [ "$1" = "cl" ]; then @@ -50,7 +50,7 @@ handle_stuff() { vboxmanage startvm "Windows xp" fi if [ "$1" = "wall" ]; then - feh --bg-fill Pictures/defaultWall.* + feh --bg-tile Pictures/defaultWall.* fi if [ "$1" = "mic" ]; then amixer set Capture toggle |