You are not logged in.
Hey =] I installed awesome last night and am trying to configure it atm I am a complete n00b at this as I usually use open/flux box. Can you post any helpful tutorials and scripts etc. here for people who are not used to awesome?
Last edited by xeNULL (2011-08-04 21:21:58)
Offline
Heres a brief tutorial and FAQ:
http://awesome.naquadah.org/wiki/My_first_awesome
http://awesome.naquadah.org/wiki/FAQ
The Awesome wiki of course also has other pages that may help you. If you have more specific setup questions, you could ask in this thread:
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
Offline
In your rc.lua in the last section (Signals), just uncomment the line that looks like:
awful.titlebar.add(c, { modkey = modkey })Reload your awesome config and voila you have titlebars. It has a close button and restore/maximize. I don't think there is a minimize though.
As for dragging windows, first make sure the window is floating, then just hold the Super (Windows) key and drag with the left mouse button.
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
In your rc.lua in the last section (Signals), just uncomment the line that looks like:
awful.titlebar.add(c, { modkey = modkey })Reload your awesome config and voila you have titlebars. It has a close button and restore/maximize. I don't think there is a minimize though.
As for dragging windows, first make sure the window is floating, then just hold the Super (Windows) key and drag with the left mouse button.
Thanks for your help =]
Offline
I just use~/.xinitrc file however that method will not work if you use GDM.
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
Offline
Are you using Arch or Debian? I don't think /etc/rc.conf exists in Debian.
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
I just use~/.xinitrc file however that method will not work if you use GDM.
Well, actually, it works if you choose the "execute client script" session in GDM (don't know the exact name in english).
If it still doesn't work, just ln xinitrc and xsessions.
---
xeNULL if you really want to remove GDM you can remove the package, Debian doesn't use a rc.conf.
Offline
Offline
Haven't used GDM or Awesome in a long while. Can't recall if Awesome has it's own start file or not.
You should have an awesome or awesome.desktop file in your /usr/share/xsessions. Open it with a text editor and copy-pasta the contents here.
It might be just a simple matter of symlinking or telling GDM to read a script to launch startup apps before the wm is launched.
Last edited by gutterslob (2011-08-05 01:33:46)
Point & Squirt
Offline
Awesome has an autostart ^^
In the rc.lua (or awesomerc if older version I guess), at the end :
-- {{{ Autostart
-- Launch programs at startup
awful.util.spawn("nitrogen --restore")
awful.util.spawn("wicd-client")
--awful.util.spawn("conky")
awful.util.spawn("xfce4-volumed")
awful.util.spawn("update-notifier")
-- }}}That's mine for example.
For GDM see my post above.
Offline
You can edit awesomewm's menu in rc.lua near the beginning, its starts something like:
-- {{{ Menu
-- Create a laucher widget and a main menu
awesomemenu = {As for icons, the menu doesn't have icons. Or are you talking about icons somewhere else?
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
As for icons, the menu doesn't have icons. Or are you talking about icons somewhere else?
Must be a newer version. The menu is showing icons for a few programs in the list. I will have to have a look through the code. Thanks for your help
Offline
Icons you see are with the Debian Menu, which is set by default in awesome.
You should visit those links if you want to learn more about awesome (which is really awesome) :
http://crunchbanglinux.org/forums/topic … ig-thread/
http://awesome.naquadah.org/wiki/Main_Page
I could give you my menu for example but if you have awesome < 3.4.9 it won't fit. (I have awesome 3.4.10)
edit : forgive my english if it's bad, I'm quite tired tonight.
Last edited by DarthWound (2011-08-05 21:26:43)
Offline
Offline
right I have worked out [kinda] how to do shortcut keys although I prefer using gmrun and dmenu to execute programs. Anyone know why these commands are not working?
awful.key({ modkey, "Alt" }, "F2", function () awful.util.spawn(gmrun) end),
awful.key({ modkey, "Alt" }, "F3", function () awful.util.spawn(dmenu) end),Last edited by xeNULL (2011-08-06 19:30:13)
Offline
Try putting gmrun and dmenu in quotes.
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
Well what do you mean fancy?
To align to the bottom, just look for this line in rc.lua:
mywibox[s] = awful.wibox({ position = "top", screen = s })And just change top to bottom and restart awesome.
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
Fancy like sunjack screeny here http://sunjack94.deviantart.com/#/d3jxiip
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.