Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-16 | eixrc: Move to XDG_CONFIG_HOME/eixrc/eixrc | Benjamin Franzke | 2 | -0/+4 | |
This needs the variable EIXRC set, which is done is environment.sh | |||||
2014-01-03 | bash: Remove aliases i dont use | Benjamin Franzke | 1 | -8/+1 | |
2014-01-03 | Map alt-left/right to tab change in gvim | Benjamin Franzke | 1 | -0/+7 | |
2013-10-15 | vimrc: Do not highlight trailing space in insert mode | Benjamin Franzke | 1 | -2/+7 | |
..while on the problematic line | |||||
2013-10-12 | vim: Do not use inkpot for asciidoc files for now | Benjamin Franzke | 1 | -1/+1 | |
2013-10-12 | vimrc: Highlight trailing spaces | Benjamin Franzke | 1 | -4/+9 | |
2013-10-12 | vim: Add code style for sssd | Benjamin Franzke | 1 | -0/+3 | |
2013-10-12 | bash: Use systemctl --full by default | Benjamin Franzke | 1 | -0/+2 | |
2013-10-12 | awesome: got back to non-systemd user session usage | Benjamin Franzke | 1 | -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-10-02 | urxvt: add font overwrites | Benjamin Franzke | 1 | -0/+6 | |
usage: urxvt -name urxvt-large urxvt -name urxvt-big | |||||
2013-10-02 | urxvt: Use class name for xressources | Benjamin Franzke | 2 | -41/+41 | |
Allows to add override by different name on cmdline | |||||
2013-09-21 | awesome: Run everything awesome starts as systemd scope unit | Benjamin Franzke | 1 | -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-21 | awesome: Replace runonce lua script by systemd-run | Benjamin Franzke | 1 | -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-20 | systemd: Remove default target backup | Benjamin Franzke | 1 | -1/+0 | |
2013-09-18 | xinitrc: Remove obsolete usage of systemd user | Benjamin Franzke | 1 | -0/+0 | |
Should not be started manually, since it is started implicitly by pam_systemd. Also disable graphical target to be the default target, since this ends up trying to start unwanted units. | |||||
2013-09-18 | awesome: Add gmail notifier | Benjamin Franzke | 2 | -0/+16 | |
Requires vicious | |||||
2013-09-18 | conky.desktop: Disable in GNOME | Benjamin Franzke | 1 | -0/+1 | |
2013-09-18 | luakit: Remove lsf from quickmarks | Benjamin Franzke | 1 | -1/+0 | |
2013-09-18 | urxvt: Add option for secondary-wheel | Benjamin Franzke | 1 | -1/+2 | |
Only enabled on gentoo with useflag secondary-wheel, which applies a downstream patch. | |||||
2013-09-14 | Move org.Coherence.service to coherence.service | Benjamin Franzke | 1 | -0/+0 | |
2013-09-14 | Remove alias for ip. Is in /bin now | Benjamin Franzke | 1 | -1/+0 | |
2013-09-14 | Add a coherence dbus service file | Benjamin Franzke | 1 | -0/+3 | |
So that it autolaunches when totem wants to access it. | |||||
2013-03-18 | bash functions: Remove gvim wrapper | Benjamin Franzke | 1 | -3/+0 | |
2013-03-02 | awesome.service: Always restart the process.. | Benjamin Franzke | 1 | -0/+1 | |
Since systemd thinks awesome crashed on self-restart (by dropping all resources and exec itself), since the dbus name binding is dropped temporarly, we need to trigger a service restart.. | |||||
2013-02-22 | Revert "xresources: Remove DPI setting for fonts" | Benjamin Franzke | 1 | -0/+1 | |
This reverts commit 631cc5d19e7d86da0bc10c7b328dcd6e4fb44b56. | |||||
2013-02-22 | Use Dejavu Font in gtk3 | Benjamin Franzke | 1 | -0/+1 | |
2013-02-22 | Use zukitwo theme for gtk2 as well | Benjamin Franzke | 1 | -1/+1 | |
2013-02-22 | Add gtk-3.0 config | Benjamin Franzke | 1 | -0/+4 | |
2013-02-22 | awesome: Fix cursor | Benjamin Franzke | 1 | -0/+7 | |
2013-02-22 | xresources: Remove DPI setting for fonts | Benjamin Franzke | 1 | -1/+0 | |
Didnt really work.. | |||||
2013-02-22 | Fix typo in set_xresources filename | Benjamin Franzke | 1 | -1/+1 | |
2013-02-22 | xressources: Change cursor size to 24 | Benjamin Franzke | 1 | -3/+3 | |
2013-02-22 | rxvt-unicode: Update config for v9.16 | Benjamin Franzke | 1 | -1/+1 | |
- urlLauncher is renamed to url-launcher | |||||
2013-02-22 | Rename swIcon.py to switch-icon.py | Benjamin Franzke | 2 | -1/+10 | |
2013-02-22 | systemd: awesome can be treated as a dbus service | Benjamin Franzke | 1 | -1/+1 | |
That way we know the startup-time. | |||||
2013-02-22 | systemd: Replace xressources by xrdb service | Benjamin Franzke | 4 | -12/+12 | |
2013-02-21 | luakit: Also apply symphony fixup to symphony.bnfr.net | Benjamin Franzke | 1 | -0/+3 | |
2013-02-21 | luakit: Use new url for bapt symphony fixup | Benjamin Franzke | 1 | -1/+1 | |
2013-02-21 | autostart: Hide conky from autostart | Benjamin Franzke | 1 | -1/+1 | |
2013-02-21 | vimrc: Update for mmp project and asciidoc | Benjamin Franzke | 1 | -0/+5 | |
2013-02-21 | Add initial systemd user service units for awesome and screen | Benjamin Franzke | 10 | -0/+85 | |
2013-01-22 | luakit: Add J,K binds for prev/next tab | Benjamin Franzke | 1 | -0/+10 | |
Inspired by vimium for chromium. :) | |||||
2013-01-11 | luakit: Also apply symphony fix to blueprints pages site | Benjamin Franzke | 1 | -1/+2 | |
2013-01-11 | luakit: Fix tab-in-textarea displaying-bug for symphony backend | Benjamin Franzke | 2 | -0/+7 | |
Occures when border-radius is used. | |||||
2012-12-24 | awesome: Disable startupnotification for winodw-less keybindings | Benjamin Franzke | 1 | -10/+10 | |
2012-12-22 | bash: Add aliases for libvirt connection to nsmlab | Benjamin Franzke | 1 | -0/+3 | |
2012-12-07 | awesome: Remove handling suspend | Benjamin Franzke | 1 | -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-07 | awesome: Use systemctl suspend, instead of asking upower via dbus | Benjamin Franzke | 2 | -8/+2 | |
2012-11-23 | vimrc: Map F9 to make | Benjamin Franzke | 1 | -0/+3 | |
2012-11-16 | vimrc: Disable toolbar, menu and scrollbar in GUI mode | Benjamin Franzke | 1 | -1/+1 | |
Also disable simple GUI-dialog messages and scroll |