auto-flake-update
Yorick van Pelt 2016-01-31 22:00:56 +01:00
parent f3f7e37770
commit 56965091ef
7 changed files with 15 additions and 67 deletions

2
install.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
stow gtk nix x

13
x/.xsession Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
# compose led - not working
# export _XKB_OPTIONS_ENABLE=1
# export _XKB_COMP_LED=1
feh --bg-fill ~/dotfiles/awesome/wallpaper.jpg
#source /etc/profile.d/infinality-settings.sh
~/dotfiles/bin/docked.sh
#syndaemon -t -k -i 1 -d &
# compositing, start after awesome
#(sleep 2s; compton --config ~/dotfiles/misc/compton.conf -b) &
exec awesome -c ~/dotfiles/awesome/rc.lua

View File

@ -1,27 +0,0 @@
# shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'" ];
# opacity
menu-opacity = 0.9
# general
#backend = "glx"
sw-opti = true;
# GLX backend
glx-no-stencil = true;
#glx-copy-from-front = false;
# glx-use-copysubbuffermesa = true;
#glx-no-rebind-pixmap = true;
glx-swap-method = "exchange";
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
};

View File

@ -1,16 +0,0 @@
{
"symlinks": [
{
"source": "xsession.symlink",
"target": "~/.xsession"
},
{
"source": "XCompose.symlink",
"target": "~/.XCompose"
},
{
"source": "Xdefaults.symlink",
"target": "~/.Xdefaults"
}
]
}

View File

@ -1,24 +0,0 @@
#!/bin/sh
#xset fp+ /usr/share/fonts/local
#xset fp rehash
# QGtkStyle does *not* like includes.
#export GTK2_RC_FILES="$HOME/dotfiles/gtk/gtkrc.mine"
# compose led - not working
# export _XKB_OPTIONS_ENABLE=1
# export _XKB_COMP_LED=1
# nix xsession does this when symlinked correctly
#xrdb ~/dotfiles/x/Xresources
feh --bg-fill ~/dotfiles/awesome/wallpaper.jpg
#source /etc/profile.d/infinality-settings.sh
~/dotfiles/bin/docked.sh
#pulseaudio --start
#volnoti
#dropbox start &
#syndaemon -t -k -i 1 -d &
# compositing, start after awesome
(sleep 2s; compton --config ~/dotfiles/x/compton.conf -b) &
#builds/TagTime/tagtimed.pl &
exec awesome -c ~/dotfiles/awesome/rc.lua