You are not logged in.
Pages: 1
how to set sakura geometry?
Last edited by Head_on_a_Stick (2016-08-09 07:56:26)
Offline
Size is set by columns and rows -
sakura -c 80 -r 24
it's all in the man page with the other options - make a habit of reading those, please.
Should be a ~/.config/sakura/sakura.conf file you can edit after running it for the first time.
Last edited by PackRat (2016-08-08 16:20:52)
You must unlearn what you have learned.
-- yoda
Offline
$ sakura -c 80 -r 25
** (sakura:6644): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
(sakura:6644): Vte-WARNING **: (/build/vte2.91-ijZZ0p/vte2.91-0.44.2/./src/vtegtk.cc:1718):int vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
Offline
Did you start a functioning sakura terminal 80x25 with that command?
Not sure what those errors mean, you can try a google search.
You must unlearn what you have learned.
-- yoda
Offline
they're just warnings, not errors.
Offline
That's what I thought. I started sakura from a terminal and got the same warnings. Sakura is functional.
You must unlearn what you have learned.
-- yoda
Offline
@0-day: we are happy to help with antiX-related problems on these boards but your posts are severely lacking in detail and effort.
Please make more of an effort on your replies and try to provide much more information rather than waiting to be asked directly.
Offline
thanks, from terminal works with:
sakura -c 70 -r 20
but in the .config file I find the parameters to set geometry
Offline
I noticed that the geometry cannot be set in the sakura.conf file, or from the sakura menu. Looks like it's strictly command line. You'll have to set up your keybinding to set the geometry when starting sakura. Pretty sure you can add it to the terminal entry in ~/.evilwmrc, and I think it will need to be quoted text -
"sakura -c 70 -r 20"
Last edited by PackRat (2016-08-08 21:15:12)
You must unlearn what you have learned.
-- yoda
Offline
my .evilwmrc is:
#Simple configuration for EvilWM
term sakura -c 70 -r 20
snap 10
bw 2
fg #cccccc
fc #6699cc
mask1 mod4
altmask shift
bg #999999
fn terminus:pixelsize=8
it works perfectly. thank you.
Offline
Good.
Doesn't need to be quoted text, good to know how that works for evilwm.
You must unlearn what you have learned.
-- yoda
Offline
Pages: 1