@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
# copying tex templates
[ -z "$2" ] && echo "missing argument: filename (no ending)" && return 1
#!/bin/sh
active=$(nmcli connection show --active | grep vpn | cut -d' ' -f1)
[[ ! -z "$active" ]] && { prompt "disconnect from $active?" || exit 1; }
@ -0,0 +1,3 @@
winetricks sandbox
wine $WINEPREFIX/drive_c/Program\ Files/Stronghold\ Crusader\ Extreme/Stronghold_Crusader_Extreme.exe
mvn exec:java -Dexec.mainClass="de.uol.swp.client.Main" -f ~/gitrepos/uniOldenburg/inf004swp/Client
mvn exec:java -Dexec.mainClass="de.uol.swp.server.ServerApp" -f ~/gitrepos/uniOldenburg/inf004swp/Server
#!/usr/bin/zsh
# for showing the diffs to the master branch of a git directory according to my suckless patch structure
# e.g. see dwm/st/etc
#!/bin/zsh
# for merging all branches into the master branch of a git directory according to my suckless patch structure
@ -4,7 +4,7 @@
# by lukesmithxyz, checkout github.com/lukesmithxyz/voidrice
intern=LVDS-1
extern=HDMI-1
extern=HDMI-2
(xrandr | grep "$extern disconnected")
(xrandr --listactivemonitors | grep $extern) || ((xrandr --output $extern --right-of $intern --auto && setbg) & exit)
(xrandr --listactivemonitors | grep $extern) && xrandr --output $extern --off
# Toggle touchpad. Requires xf86-input-synaptics.