Skip to content

Commit

Permalink
Really fix S-Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
garret-smith committed Jan 21, 2014
1 parent 5367976 commit d7917ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions dot.xinitrc
Expand Up @@ -6,9 +6,11 @@ xrdb -merge ~/.Xresources

xscreensaver -nosplash &
statbar | dzen2 -ta l -fn '-*-proggyopti-*-*-*-*-10-*-*-*-*-*-*-*' &
feh --bg-fill ~/wallpaper/nature-wallpaper-6.jpg
#hsetroot -solid "#222222"
#xcompmgr -cCfF -D 8 &
xcompmgr &
exec xmonad
wallpaper
xcompmgr -cCfF -D 5 &
wpchanger &

xmonad

wpchanger stop

2 changes: 1 addition & 1 deletion xmonad.hs
Expand Up @@ -105,7 +105,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm, xK_j ), windows W.focusDown)

-- Move focus to the previous window
, ((modm .|. shiftMask, xK_Tab ), windows W.focusDown)
, ((modm .|. shiftMask, xK_Tab ), windows W.focusUp)

-- Move focus to the previous window
, ((modm, xK_k ), windows W.focusUp )
Expand Down

0 comments on commit d7917ca

Please sign in to comment.