aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash_aliases5
-rw-r--r--config/sxhkd/sxhkdrc12
2 files changed, 15 insertions, 2 deletions
diff --git a/bash_aliases b/bash_aliases
index f0ac53e..73ffad8 100644
--- a/bash_aliases
+++ b/bash_aliases
@@ -113,8 +113,9 @@ alias nethackterm='rxvt -bg black -fg green +tr &'
alias cfgpanel=' fgpanel --fg-root=/usr/share/games/flightgear --panel=Aircraft/c172p/Panels/FGPanel_c172p.xml'
alias cfgfs='optirun fgfs --generic=socket,out,20,127.0.0.1,34200,udp,../Aircraft/c172p/Panels/FGPanel_Protocol_c172p'
#alias xonotic='cd ~/.Xonotic && optirun ~/.Xonotic/xonotic-linux64-glx -sessionid vaskozl'
-alias starcraft='PULSE_LATENCY_MSEC=60 optirun /usr/share/playonlinux/playonlinux --run "StarCraft II"'
-alias starbound='~/games/starbound/linux64/launch_starbound.sh'
+alias blizzard='wine /mnt/sdb6/Games/StarCraft\ II/StarCraft\ II.exe'
+alias starcraft='primusrun wine /mnt/sdb6/Games/StarCraft\ II/Support/SC2Switcher.exe'
+alias starbound="~/games/starbound/linux64/launch_starbound.sh"
# Network tools
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc
index 9e0bc58..b5e48f1 100644
--- a/config/sxhkd/sxhkdrc
+++ b/config/sxhkd/sxhkdrc
@@ -2,6 +2,7 @@
# bspwm hotkeys
#
+
grave ; shift + c
~/.ratpoison/wp change
@@ -225,6 +226,17 @@ XF86KbdBrightnessUp
XF86KbdBrightnessDown
kbdlight down 1
+
+# Keyboard layouts
+super + q
+ setxkbmap us
+
+super + c
+ setxkbmap us -variant colemak
+
+
# make sxhkd reload its configuration files:
grave ; Escape
pkill -USR1 -x sxhkd
+
+