Commit Graph

1469 Commits

Author SHA1 Message Date
9c001bf7c4 Moved some fixed values into variables. 2013-09-28 02:41:32 +02:00
bacf1e8175 Merge branch 'master' of github.com:whatevsz/dotfiles 2013-09-27 05:49:56 +02:00
3d0074ebdb Added "speeddating" plugin. 2013-09-27 05:49:23 +02:00
3cb1d91a43 Added item to TODO list. 2013-09-27 05:36:47 +02:00
1c4a7afe87 Updated README.rst. 2013-09-27 05:23:43 +02:00
c3defbb708 Fixed errors in ~/.i3/config. 2013-09-27 05:23:24 +02:00
1b94367e97 Added variables for workspace names. 2013-09-27 05:08:08 +02:00
f153aee74a Added TODO. 2013-09-27 05:07:40 +02:00
c714972b08 Restructured ~/.i3/config. 2013-09-27 02:11:00 +02:00
2d09f9cfd8 Added output for volume and for eth0.
Note that the output of volume needs the kernel module snd-pcm-oss to be
loaded.

    echo "snd-pcm-oss" >> /etc/modules-load.d/snd-pcm-oss.conf
2013-09-27 02:09:16 +02:00
1d13d3869c Made i3exit.bash multiscreen-aware. 2013-09-27 02:08:38 +02:00
ed7f3da11b Fixed i3bar id, now starting from 0. 2013-09-26 23:32:40 +02:00
a82f437d26 Added i3bar for second monitor for virtualarch. 2013-09-26 22:15:48 +02:00
4e5be594d5 Completely reworked the status bar.
It's now conky -> i3bar. To enable colors, conky produces JSON output.
The script i3bar_wrapper.bash handles the invocation of conky and
redirects the output of i3bar to i3bar_clickparser.bash, in which click
events can be handled (none implemented right now).
conky/virtualarch.conky.dzen is a conky output suitable for dzen2, it
should produce the same output as conky/virtualarch.conky does with
i3bar and JSON.
2013-09-26 12:32:25 +02:00
0e80a0c114 Removed borders for notifications of xfce4-notifyd. 2013-09-26 12:23:33 +02:00
690518b3ce Added conky file for i3bar. 2013-09-24 18:52:44 +02:00
92dcc25615 Various changes. 2013-09-24 18:40:40 +02:00
eec323bb68 Made a directory for host specific i3status configs. 2013-09-23 00:20:01 +02:00
ce4cfc13c6 Added xinitrc for virtualarch. 2013-09-22 19:43:35 +02:00
f03225391e Merge branch 'master' of github.com:whatevsz/dotfiles 2013-09-22 19:43:10 +02:00
9f523ab67c Added virtualarch-specific i3config. 2013-09-22 19:42:10 +02:00
6cbb1b5c0b Deleted unneeded files. 2013-09-22 19:37:09 +02:00
0f65086d63 Added redshift and pa-applet to i3 startup. 2013-09-21 23:23:14 +02:00
8c378c51be Added various plugins. 2013-09-21 23:22:39 +02:00
84f9cd40ab Added a list of installed packages. 2013-09-21 23:21:22 +02:00
d5fdd8f7b5 Moved .i3/genconfig.bash into appropriate location. 2013-09-20 23:28:19 +02:00
d0c26f52ee Merge branch 'master' of http://www.github.com/whatevsz/dotfiles 2013-09-20 17:50:40 +02:00
fc1eea343a Fixed README. 2013-09-20 15:32:47 +02:00
44235ed5c2 Merge branch 'master' of github.com:whatevsz/dotfiles
Conflicts:
	i3/i3/config
	x/xinitrc
2013-09-20 15:27:33 +02:00
ef02a4e161 Minor changes. 2013-09-20 15:24:44 +02:00
7392ae52e3 Made xinitrc slim-compatlibe and bugfix of $keyboard_options. 2013-09-20 15:23:54 +02:00
588abd131b Enabled colored manpages. 2013-09-20 15:23:40 +02:00
ef5eb6c960 netbook: Autostarting of dropbox enabled. 2013-09-20 15:22:35 +02:00
a9a73cf80d Setting BROWSER variable on login. 2013-09-20 15:22:06 +02:00
ca2444ea8e Merge branch 'master' of http://www.github.com/whatevsz/dotfiles 2013-09-19 17:19:57 +02:00
9f1492cc84 Minor changes, x/Xresources added. 2013-09-19 14:45:05 +02:00
266ad314cd $mod+Shift+c will now generate a new config first. 2013-09-18 23:10:32 +02:00
2b73e43832 Minor changes.
- archey in .zshrc
- no scrollbar in terminator
- no border for terminator windows in .i3/config
2013-09-18 23:03:20 +02:00
5506d39aea Updated readme. 2013-09-18 20:12:37 +02:00
0fb42ba3e4 Renamed the setup script. 2013-09-18 20:10:32 +02:00
5caefa1b2b Added dynamic config generation for i3.
The script genconfig.bash concatenates the main configuration file with
a host specific one to create a session-specific configration file that
is then passed to i3. It therefore has to be called in .xinitrc or
something comparable before starting i3. If no host specific
configuration is found, a default file will be used instead. This is
useful for providing default that should not go into the main
configuration file, maybe because they are incompatible with some host
specific settings. For example a default bar{} block goes there, as if
this was in the main config, two i3bar instances would be started when a
host specific config specifies its own.
2013-09-18 20:07:35 +02:00
263efe3000 Added dynamic config generation for i3.
The script genconfig.bash concatenates the main configuration file with
a host specific one to create a session-specific configration file that
is then passed to i3. It therefore has to be called in .xinitrc or
something comparable before starting i3. If no host specific
configuration is found, a default file will be used instead. This is
useful for providing default that should not go into the main
configuration file, maybe because they are incompatible with some host
specific settings. For example a default bar{} block goes there, as if
this was in the main config, two i3bar instances would be started when a
host specific config specifies its own.
2013-09-18 19:57:01 +02:00
31ed7c9620 Added ~/.xinitrc to the repository.
In addition, a host-specific file that will be executed
by .xinitrc was added in ~/.xinitrc.d/.
2013-09-18 18:01:16 +02:00
9f0c304fed Merge branch 'netbook' 2013-09-18 16:56:25 +02:00
fc48cb71a2 Enabled vertical edge scroll in .i3/config and disabled conky. 2013-09-18 15:28:09 +02:00
601989d8b6 Started rewriting .vimrc. 2013-09-18 15:07:35 +02:00
0abe84bc4a Changed font and color scheme of terminator.
New font: Deja Vu Sans Mono 10
New color scheme: Solarized
2013-09-18 15:04:39 +02:00
2f362892d2 Added folder "logs/" in i3.
Otherwise wallchanger will fail because it cannot log.
2013-09-17 01:22:39 +02:00
2e26281cb0 Merge branch 'master' of github.com:whatevsz/dotfiles
Conflicts:
	README.rst
2013-09-16 22:37:02 +02:00
7c7a0469f5 Moved README and wrote a bit of stuff. 2013-09-16 22:35:29 +02:00