Fixing java, volume, and vty switching

This commit is contained in:
Hunter Haugen 2010-04-05 15:26:52 -07:00
parent 5276fcd0ac
commit e7c567b5bb
3 changed files with 9 additions and 6 deletions

View file

@ -71,9 +71,10 @@ mKeys = [ ("M-S-n", sendMessage MirrorShrink ) -- Expand current window
, ("<XF86AudioStop>" , spawn "mpc stop" ) -- stop mpd
, ("<XF86AudioPrev>" , spawn "mpc prev" ) -- prev song
, ("<XF86AudioNext>" , spawn "mpc next" ) -- next song
, ("<XF86AudioLowerVolume>", spawn "mpc volume -3" ) -- volume down via custom script
, ("<XF86AudioRaiseVolume>", spawn "mpc volume +3" ) -- volume up via custom script
, ("<XF86AudioMute>" , spawn "amixer -q -- sset Headphone togglemute") -- toggle mute via custom script
, ("<XF86AudioLowerVolume>", spawn "mpc volume -3" ) -- volume down
, ("<XF86AudioRaiseVolume>", spawn "mpc volume +3" ) -- volume up
, ("<XF86AudioMute>" , spawn "amixer -q -- sset Headphone togglemute") -- toggle mute
, ("M-<XF86AudioMute>" , spawn "amixer -q -- sset Speaker togglemute")
-- Dynamic workspace commands
, ("M-S-<Backspace>" , removeWorkspace)

4
.zshrc
View file

@ -77,7 +77,9 @@ export LC_COLLATE="C" #order files in ls
export DIALOGOPTS='--visit-items'
export MAIL=~/mail
export MAILCHECK=0
export AWT_TOOLKIT=MToolkit
#export AWT_TOOLKIT=MToolkit
#export AWT_TOOLKIT=XToolkit
export _JAVA_AWT_WM_NONREPARENTING=1
if [ -x `which less` ] ; then
export PAGER==less
else

View file

@ -5,7 +5,7 @@ xkb_keymap {
xkb_geometry { include "thinkpad(us)" };
xkb_symbols "hunner" {
include "pc+us(dvorak)+inet(evdev)"
include "pc+us(dvorak)+inet(evdev)+group(win_switch)"
name[group1]="Dvorak";
//name[group2]="Colemak";
@ -94,7 +94,7 @@ xkb_keymap {
modifier_map Lock { <LCTL> };
modifier_map Control { <CAPS> };
include "group(alts_toggle)+level3(ralt_switch_for_alts_toggle)"
//include "group(alts_toggle)+level3(ralt_switch_for_alts_toggle)"
};
};