Compare commits
2 Commits
d24742d500
...
70a7fc483f
Author | SHA1 | Date | |
---|---|---|---|
70a7fc483f | |||
546ce9a46e |
3
_chrome__firefox/userChrome.css
Normal file
3
_chrome__firefox/userChrome.css
Normal file
@ -0,0 +1,3 @@
|
||||
#sidebar-box {
|
||||
background-color: #333 !important;
|
||||
}
|
5
_chrome__firefox/userContent.css
Normal file
5
_chrome__firefox/userContent.css
Normal file
@ -0,0 +1,5 @@
|
||||
@-moz-document url("about:newtab") {
|
||||
body {
|
||||
background-color: #333 !important;
|
||||
}
|
||||
}
|
@ -229,6 +229,4 @@ exec xrandr --output $leftscr --left-of $rightscr
|
||||
exec feh --bg-fill ~/.config/wallpaper.jpg
|
||||
exec --no-startup-id 'i3-msg "workspace $workspace1; append_layout /home/meutel/.i3/wrksp1layout.json"'
|
||||
exec firefox
|
||||
exec mate-terminal
|
||||
exec owncloud
|
||||
exec musicpd
|
||||
|
Loading…
Reference in New Issue
Block a user