Config desktop

This commit is contained in:
Meutel 2017-08-01 12:32:50 +02:00
parent d72a0227d1
commit e1d2098648
3 changed files with 5 additions and 1 deletions

View File

@ -224,7 +224,7 @@ bar {
exec xrandr --output $leftscr --left-of $rightscr
exec feh --bg-fill ~/.config/wallpaper.jpg
exec --no-startup-id 'i3-msg "workspace $workspace1; append_layout ~/.i3/wrksp1layout.json"'
exec --no-startup-id 'i3-msg "workspace $workspace1; append_layout /home/meutel/.i3/wrksp1layout.json"'
exec firefox
exec mate-terminal
exec owncloud

View File

@ -6,6 +6,7 @@ pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
bind_to_address "~/.mpd/socket"
restore_paused "yes"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
input {

View File

@ -25,6 +25,9 @@ export AWT_TOOLKIT=XToolkit
# Default terminal
export TERMINAL=/usr/local/bin/mate-terminal
# remote mpd
MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net'
# Set background color
xsetroot -solid "#333333"