summaryrefslogtreecommitdiff
path: root/.config/awesome
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09Update awesome rc.luaBenjamin Franzke1-17/+17
2014-11-21awesome: Fix menu-hide and restart shortcutBenjamin Franzke1-2/+2
2014-05-12awesome: focus&raise on resize/moveBenjamin Franzke1-2/+2
This was missing while converting to awesome 3.5 config.
2014-05-10awesome: Require eminentBenjamin Franzke1-0/+2
2014-05-10awesome: Rewrite for awesome 3.5 APIBenjamin Franzke4-481/+524
2014-05-10awesome: Add nautilus and virt-manager shortcutsBenjamin Franzke1-6/+8
2014-03-15Remove luakit as default BROWSERBenjamin Franzke1-1/+1
its unmaintained :(
2013-10-12awesome: got back to non-systemd user session usageBenjamin Franzke1-8/+8
That scheme is broken in terms of processes that are part of systemd --user wont be part of the active x11 session. so no access to network,suspend,audio,..
2013-09-21awesome: Run everything awesome starts as systemd scope unitBenjamin Franzke1-4/+8
So programs can be nicely managed from systemctl --user :) This time let systemd choose the unit name itself, so we can start tools more than once.
2013-09-21awesome: Replace runonce lua script by systemd-runBenjamin Franzke1-5/+12
systemd-run can be used similar by creating a transient scope unit. Scope units are not forked of by systemd-run and the environment is kept (which we need for $DISPLAY..). Also, by giving an explicit name of the unit, we ensure, it will not be start twice, since the unit already exists. This works just perfectly! and is much faster when booting and launching big stuff like nm-applet and lxpolkit :)
2013-09-18awesome: Add gmail notifierBenjamin Franzke2-0/+16
Requires vicious
2013-02-22awesome: Fix cursorBenjamin Franzke1-0/+7
2013-02-22Rename swIcon.py to switch-icon.pyBenjamin Franzke1-1/+1
2012-12-24awesome: Disable startupnotification for winodw-less keybindingsBenjamin Franzke1-10/+10
2012-12-07awesome: Remove handling suspendBenjamin Franzke1-2/+0
Systemd-logind defaults to doing this automatically, using it is much more consistent exprience, since it works on VT as well. :)
2012-12-07awesome: Use systemctl suspend, instead of asking upower via dbusBenjamin Franzke2-8/+2
2012-05-23awesome: Partially update to awesome 3.4.11Benjamin Franzke2-6/+44
Not yet hooked up is the new startup-error handling.
2012-05-19awesome: Spawn luakit directlyBenjamin Franzke1-1/+1
xdg-open no longer works with about:config, and is not necessary, since luakit is used on all pcs.
2012-03-23awesome: Dont start pidginBenjamin Franzke1-1/+0
2012-02-09awesome: Map super+shift+f as shortcut for floating layoutBenjamin Franzke1-0/+1
2012-02-09awesome: Use fair layouts as 2. and 3.Benjamin Franzke1-2/+2
2012-01-05Add keybindings + scripts to mute mic and speakers on x220Benjamin Franzke1-0/+3
2011-12-20awesome: Increase window size for pa-sink-ctlBenjamin Franzke1-1/+1
2011-11-26awesome: Add shortcut for setting keyboard rateBenjamin Franzke1-0/+1
Until i find a proper solution to set keyboard rate when hotplugging a keyboard.
2011-11-23awesome: No longer spawn synergy(s|c)Benjamin Franzke1-2/+0
It takes alot ressources since it retries connecting allthe time.
2011-11-22awesome: Default to a bigger irc windowBenjamin Franzke1-1/+1
2011-10-10awesome: Add some more cmds to cmd listBenjamin Franzke2-4/+9
2011-10-10awesome: Use UPower's dbus interface for suspendBenjamin Franzke2-2/+16
Also introduces cmds stores in cmds.lua
2011-10-08awesome: Add binding for Xf86TouchpadOnBenjamin Franzke1-1/+1
The thinkpad x100e sends Xf86TouchpadOn for the touchpad toggle key (fn+f8), still use it for toggling.
2011-10-06awesome: Also suspend on XF86Sleep (fn+f4 on thinkpads)Benjamin Franzke1-0/+1
2011-07-30awesome: Use xdg-open as weblauncherBenjamin Franzke1-1/+1
2011-05-04awesome: Mark focus client when switching alsoBenjamin Franzke2-4/+10
2011-05-04awesome: Add switcher (Alt-Tab like)Benjamin Franzke2-8/+128
2011-03-10awesome: support brightness up and downBenjamin Franzke1-0/+2
2011-01-22awesome: remove unnecessary commentBenjamin Franzke1-1/+0
2010-12-02awesome: add toggle_touchpad keybindingBenjamin Franzke1-0/+1
2010-12-02awesome: use modified zenburn theme (urgent = red)Benjamin Franzke1-1/+4
2010-11-24add remote irssi over screen supportBenjamin Franzke1-1/+2
2010-10-16Merge branch 'master' of github.com:benf/dotfilesben1-0/+1
2010-10-16awesome: modkey-w should only open browser not menuben1-1/+1
2010-10-14awesome: start synergyc default (ssh tunneled)ben1-0/+1
2010-08-31awesome: fix indentationben1-1/+1
2010-08-31awesome: remove sloppy window focus stuffben1-8/+0
2010-08-31awesome: move/resize: always focus and raise clientsben1-3/+5
2010-08-30add awesome wm configben3-0/+466