Vincent Bernat
b57bffcd16
compton: don't use DRM for vsync, ugly
2014-09-20 09:43:49 +02:00
Vincent Bernat
c1c6ca9324
compton: don't use glx backend
...
It doesn't work well with newer Intel drivers.
2014-09-19 15:54:57 +02:00
Vincent Bernat
4134170f6c
dock: use USB keyboard to detect dock
2014-09-17 18:33:07 +02:00
Vincent Bernat
3d903fc6ba
terminal: use xfce4-terminal
...
While rxvt-unicode is great, it doesn't support xsettings making it
difficult to use when DPI can change while running.
2014-09-17 17:52:04 +02:00
Vincent Bernat
c09e38673a
start: don't use KeepassX anymore
2014-08-24 14:19:16 +02:00
Vincent Bernat
ab60407f8a
start: try another option combinaison for compton
...
`--vsync drm` was worst.
2014-07-23 09:20:08 +02:00
Vincent Bernat
9ac4d200db
start: use --vsync drm instead of OpenGL for compton
...
With OpenGL backend, sometimes, i3lock is not painted when locking the
screen. This is quite disturbing.
2014-07-23 08:54:35 +02:00
Vincent Bernat
d0dbe38a14
start: run udisks-glue
...
This is a way to automount disks.
2014-07-20 13:31:56 +02:00
Vincent Bernat
4909f5bde6
start: use glx backend for compton and enable vsync
...
This avoids tearing for videos. However, the power consumption may be
increased...
2014-07-12 11:33:00 +02:00
Vincent Bernat
712c1f3362
start: don't try to start xcompmgr
...
compton takes some time to start and meanwhile, xcompmgr will be
started...
2014-06-11 10:30:02 +02:00
Vincent Bernat
a6506a223f
keys: remove keyboard configuration from Lua code
...
Everything is now handled by inputplug.
2014-06-10 21:23:37 +02:00
Vincent Bernat
0a4342794a
keys: remove more keyboard/mouse configuration to xorg.conf.d
2014-06-09 17:54:39 +02:00
Vincent Bernat
069fe75157
keys: remove keyboard/mouse configuration to xorg.conf.d
2014-06-09 16:50:04 +02:00
Vincent Bernat
41d21fb10a
keys: remap Carbon X1 keys
...
Well, many keys are missing. Let's try to recover the useful ones.
1. Replace Esc by backquote/tilde. The escape key is at the wrong
position. However, there is no other key to replace escape. So, we just
don't bind it. There is only one shortcut using escape. I think I
can live without it.
2. Replace the previous backquote/tilde key (between alt and ctrl) by
insert. I use this key for pasting into terminals.
3. Replace both Home and End by Ctrl_L. It seems that End is hardly
used. Maybe there is a way to replace it by something else.
2014-06-08 23:09:18 +02:00
Vincent Bernat
75e7d632d4
start: enable trackpoint to work on Carbon X1
2014-06-08 07:37:57 +02:00
Vincent Bernat
039bb8d204
start: factorize X11 programs to be started
2014-06-06 22:22:03 +02:00
Vincent Bernat
ccccb4098d
xrandr: setup xrandr in xsession
...
Since it requires awesome to be restarted, let's setup xrandr inside
xsession instead.
2014-05-14 08:51:38 +02:00
Vincent Bernat
6dbb49b162
xrandr: fix xrandr setup for neo
2014-05-13 11:30:42 +02:00
Vincent Bernat
7bfc96140d
xrandr: new xrandr setup for neo
2014-05-12 19:43:07 +02:00
Vincent Bernat
c0b7917c0a
start: add image/x-apple-ios-png MIME type for PNG
2014-02-27 09:18:57 +01:00
Vincent Bernat
1bc9da6c4a
start: add missing comma
2014-02-26 10:20:40 +01:00
Vincent Bernat
2405862ac0
start: factor xdg-mime call for default browser
2014-02-26 09:37:43 +01:00
Vincent Bernat
5216c0482c
start: set gpicview as default image viewer
2014-02-26 09:36:45 +01:00
Vincent Bernat
bd28ceddf8
im: reuse pidgin instead of Skype
2013-12-03 18:53:25 +01:00
Vincent Bernat
be95a96534
im: enable the use of Skype instead of Pidgin
2013-12-02 15:22:50 +01:00
Vincent Bernat
ebfdad5021
start: run compton instead of xcompmgr if available
...
It is a more up-to-date and maintained version of xcompmgr. Let's test
it for a bit.
2013-09-27 09:45:11 +02:00
Vincent Bernat
f122cd6e7c
start: fix a missing ,
2013-07-11 01:02:10 +02:00
Vincent Bernat
71bcd21871
start: associate evince with application/pdf
...
Otherwise, it could be opened with GIMP. More voodoo here:
https://wiki.archlinux.org/index.php/Default_Applications
2013-07-11 00:06:09 +02:00
Vincent Bernat
251b21e535
start: don't use Gnome Bluetooth applet.
...
Since Gnome 3.8, this is not a systray applet anymore. Thanks Gnome!
The best replacement is to install `bluez-tools` package which comes
with appropriate command-line tools to replace this applet.
2013-06-30 12:58:51 +02:00
Vincent Bernat
4c041dd201
browser: switch to Chromium
...
Unfortunately, Pentadactyl seems to lag behind versions in
Firefox. Let's test Chromium + Vimium for a bit.
2013-06-27 08:59:13 +02:00
Vincent Bernat
4de2e72063
xrandr: update setup of Alucard
2013-06-14 16:18:08 +02:00
Vincent Bernat
56a72c6c47
bindings: add support for multimedia keys with spotify
2012-11-14 20:40:42 +01:00
Vincent Bernat
8d36a30774
start: adapt configuration to new machine
2012-11-06 11:53:36 +01:00
Vincent Bernat
c31b1b848a
start: associate default browser to text/html too
2012-09-09 13:31:39 +02:00
Vincent Bernat
ea09188897
tags: switch to shifty
2012-09-08 22:47:35 +02:00
Vincent Bernat
4ce181df0a
start: start and define the "default" browser
...
To setup the default browser, the appropriate commands are:
xdg-mime default conkeror.desktop x-scheme-handler/http
xdg-mime default conkeror.desktop x-scheme-handler/https
See:
http://blog.radevic.com/2012/02/how-to-set-default-apps-aka-how-to-use.html
2012-08-16 21:06:08 +02:00
Vincent Bernat
70d549f7ae
start: switch to Conkeror
2012-08-07 22:54:19 +02:00
Vincent Bernat
63eb3ff794
keyboard: use XKB groups to switch between layouts
...
The use of XKB groups allow to switch between layouts with a key
combination (RCTRL + RSHIFT in our case). I don't need kbdd since I am
not really interested in switching keyboard layout per window.
2012-07-20 18:35:14 +02:00
Vincent Bernat
a89042b5d3
start: fix keyboard layouts
2012-07-18 16:06:47 +02:00
Vincent Bernat
f5aa2a1b51
keyboard: simplify configuration
...
xmodmap seems to modify the layout and will be kept if we switch to
another layout. Therefore, we only need to call it on start. Just move
the keyboard configuration to `start.lua`. `keyboard.lua` is just here
to manage kbdd.
2012-07-16 17:59:23 +02:00
Vincent Bernat
e66a4e79da
start: call xrdb -merge
on start
2012-07-16 17:39:12 +02:00
Vincent Bernat
5d55609657
keyboard: use kbdd for keyboard switching
...
A popup is used to indicate the current keyboard layout. Maybe we
could use a widget instead.
2012-07-14 12:29:48 +02:00
Vincent Bernat
4f8d580c8f
start: when using xrun, also search for capitalized version of the name
...
Moreover, we use awful.rules.match_any to find clients.
2012-07-13 10:57:53 +02:00
Vincent Bernat
b1eaaf7516
start: make xrun start apps after awesome is ready
...
`xrun` is also moved in its own module
2012-07-13 08:21:57 +02:00
Vincent Bernat
1367a9bad1
start: start apps only when awesome is ready
2012-07-13 08:09:22 +02:00
Vincent Bernat
b0cb6e2b09
start: always run pidgin but force it offline at start
2012-07-09 13:34:24 +02:00
Vincent Bernat
9185f2ce9c
start: start network manager applet on guybrush
2012-07-07 12:06:27 +02:00
Vincent Bernat
e93cb758eb
start: use xcompmgr instead of unagi
...
unagi seems still a bit buggy and slow.
2012-07-07 02:08:52 +02:00
Vincent Bernat
c130561cb7
Initial commit.
2012-07-07 00:26:35 +02:00