Skip to content

Commit

Permalink
added x-window-list select example
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Feb 1, 2014
1 parent b1f2950 commit bfae5dd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README
Expand Up @@ -39,11 +39,17 @@ procedure
# MUST have a Tab separating the key-combo and command
Alt-Tab x-alt-tab
Alt-Shift-Tab x-alt-tab -1
Control-Alt-r echo run | dmenu -fn 10x20 | exec bash -s
Control-Alt-s surf "$( echo www.duckduckgo.com | dmenu )"
Control-Alt-t urxvt || rxvt || xterm
Alt-F1 x-move-resize
F10 xdotool selectwindow windowsize 100% 100% windowmove 0 0
Alt-BackSpace x-alt-tab -1
Alt-m x-move-resize
Alt-0 x-window-list 0
Alt-1 x-window-list 1
Alt-2 x-window-list 2
Alt-3 x-window-list 3
Alt-r echo run | dmenu -fn 10x20 | exec bash -s
Alt-s surf "$( echo www.duckduckgo.com | dmenu )"
Alt-t urxvt || rxvt || xterm
Alt-f xdotool selectwindow windowsize 100% 100% windowmove 0 0

then ${HOME}/etc/Xresources with the preferred window geometries
R_x11*geometry: 1024x600+0+0
XTerm*geometry: 1024x600+0+0
Expand Down

0 comments on commit bfae5dd

Please sign in to comment.