Compare commits
2 Commits
52a0702c7e
...
23eac2f9a5
Author | SHA1 | Date | |
---|---|---|---|
23eac2f9a5 | |||
79e6cf4b49 |
14
xmonad.hs
14
xmonad.hs
@ -357,12 +357,14 @@ myKeys = [
|
|||||||
, ((controlMask .|. shiftMask, xK_4), unGrab >> spawn "scrot --exec 'mkdir -p ~/Desktop && mv $f ~/Desktop' --select && paplay ~/wav/camera.wav")
|
, ((controlMask .|. shiftMask, xK_4), unGrab >> spawn "scrot --exec 'mkdir -p ~/Desktop && mv $f ~/Desktop' --select && paplay ~/wav/camera.wav")
|
||||||
-- windows (viewOnScreen 1 "ws")
|
-- windows (viewOnScreen 1 "ws")
|
||||||
-- ifWindows (resource =? "altUrxvt") (mapM_ focus) (spawnHere altTerminal))
|
-- ifWindows (resource =? "altUrxvt") (mapM_ focus) (spawnHere altTerminal))
|
||||||
, ((winKey .|. shiftMask, xK_v), do
|
, ((lAlt, xK_v), do
|
||||||
windows (viewOnScreen 1 "virtualbox")
|
spawn "clipmenu && xdotool key Ctrl+v")
|
||||||
ifWindows (className =? "Gvim") (mapM_ focus) (spawnHere "gvim"))
|
--, ((winKey .|. shiftMask, xK_v), do
|
||||||
, ((winKey , xK_v), do
|
-- windows (viewOnScreen 1 "virtualbox")
|
||||||
windows (viewOnScreen 1 "timetracker")
|
-- ifWindows (className =? "Gvim") (mapM_ focus) (spawnHere "gvim"))
|
||||||
ifWindows (title =? "osmium:timetracker") (mapM_ focus) (spawnHere "urxvtc -cd ~/timetracker -e 'tmux attach -t timetracker || tmux -2 new-session -s timetracker'"))
|
--, ((winKey , xK_v), do
|
||||||
|
-- windows (viewOnScreen 1 "timetracker")
|
||||||
|
-- ifWindows (title =? "osmium:timetracker") (mapM_ focus) (spawnHere "urxvtc -cd ~/timetracker -e 'tmux attach -t timetracker || tmux -2 new-session -s timetracker'"))
|
||||||
--, ((lAlt , xK_v), spawnHere "xfce4-popup-clipman")
|
--, ((lAlt , xK_v), spawnHere "xfce4-popup-clipman")
|
||||||
--, ((winKey , xK_x), windowPromptGoto dXPConfig)
|
--, ((winKey , xK_x), windowPromptGoto dXPConfig)
|
||||||
, ((winKey .|. shiftMask, xK_x), windowPromptBring dXPConfig)
|
, ((winKey .|. shiftMask, xK_x), windowPromptBring dXPConfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user