Skip to content

Commit

Permalink
gdm session + more urxvt
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ol committed Mar 27, 2016
1 parent 2c78af0 commit 67de82d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions gdm/etc/gdm/Xsession
Expand Up @@ -106,8 +106,7 @@ if [ -f "$userresources" ]; then
xrdb -nocpp -merge "$userresources"
fi


if [ -f "$userresourcedir" ]; then
if [ -d "$userresourcedir" ]; then
xrdb -nocpp -merge $userresourcedir/*
fi

Expand Down
2 changes: 1 addition & 1 deletion themer/.config/themer/templates/i3/fish.tpl
Expand Up @@ -17,7 +17,7 @@ set fish_color_valid_path "{{ green }}"
set fish_color_cwd "{{ alt_black }}"
set fish_color_error "{{ alt_red }}"

gnome-keyring-daemon | sed "s|^\(\w*\)=\(.*\)|set -gx \1 \2|" | source
gnome-keyring-daemon -s -c=ssh,secrets,pkcs11 | sed "s|^\(\w*\)=\(.*\)|set -gx \1 \2|" | source

set -gx WECHALLUSER S0lll0s
set -gx WECHALLTOKEN
Expand Down
10 changes: 3 additions & 7 deletions themer/.config/themer/templates/i3/i3.tpl
Expand Up @@ -60,20 +60,16 @@ mode "gaps" {

font pango:DejaVu Sans Mono 8

exec --no-startup-id xrandr --setprovideroutputsource 1 0
exec_always --no-startup-id xrandr --output DVI-I-1 --auto --pos 0x0 --output LVDS1 --auto --pos 3840x360 --output HDMI1 --auto --pos 1920x0 --primary
exec --no-startup-id /usr/gnome-settings-daemon/gnome-settings-daemon
exec --no-startup-id urxvtd -q -f -o
exec_always --no-startup-id hsetroot -tile ~/.config/themer/current/resized.png

exec_always --no-startup-id pkill -f 'python .*powerline-lemonbar\.py'
exec_always --no-startup-id sleep 1 && ~/.config/i3/powerline-lemonbar.py --i3 --height 16 -- -f "{{ fontName }}-9" -f Icon-9

# exec_always --no-startup-id feh --bg-tile ~/.wallpaper.png
exec_always --no-startup-id hsetroot -tile ~/.config/themer/current/resized.png
exec_always --no-startup-id killall compton; compton --config /dev/null # -fci 0.9 -D 7
exec --no-startup-id urxvtd -q -f -o

# exec_always --no-startup-id xset m 10/10 9999 r rate 200 27
# exec_always --no-startup-id setxkbmap de nodeadkeys -option compose:caps
# exec --no-startup-id sleep 20; systemctl --user start mopidy

floating_modifier $mod

Expand Down
2 changes: 1 addition & 1 deletion urxvt/.config/Xresources/urxvt

0 comments on commit 67de82d

Please sign in to comment.