scratchpad with custom geometry
asked 2012-09-22 21:52:55 +0000
This post is a wiki. Anyone with karma >100 is welcome to improve it.
Hi! Is there any way to define scratchpad window position in the config? I want it to appear in the right bottom corner. relevant strings from my config are following:
bindsym $mod+x scratchpad show
for_window [instance="scratchpad"] border 1pixel, floating enable; move scratchpad
exec urxvtc -name scratchpad -geometry 80x20-2-50
why doesn't it work? thanks