Config desktop
This commit is contained in:
parent
d72a0227d1
commit
e1d2098648
@ -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
|
||||
|
1
_mpdconf
1
_mpdconf
@ -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 {
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user