small edits
small edits
This commit is contained in:
parent
3f8af175cb
commit
0fc77e7f22
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ start wireplumber
|
||||||
start remaps
|
start remaps
|
||||||
start checkup
|
start checkup
|
||||||
start playerctld daemon
|
start playerctld daemon
|
||||||
start picom
|
start xcompmgr
|
||||||
start unclutter -noevents
|
start unclutter -noevents
|
||||||
start dunst
|
start dunst
|
||||||
start dwmblocks
|
start dwmblocks
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
* possible values:
|
* possible values:
|
||||||
* 0 – toolbar on top
|
* 0 – toolbar on top
|
||||||
* 4 – toolbar on bottom
|
* 4 – toolbar on bottom
|
||||||
*/ --uc-toolbar-position: 0;
|
*/ --uc-toolbar-position: 4;
|
||||||
/* Darken the Personal Toolbar by X amount
|
/* Darken the Personal Toolbar by X amount
|
||||||
* where X = 1 means pure black
|
* where X = 1 means pure black
|
||||||
* and X = 0 means no darkening at all
|
* and X = 0 means no darkening at all
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
user_pref("privacy.resistFingerprinting.letterboxing", false);
|
user_pref("privacy.resistFingerprinting.letterboxing", false);
|
||||||
|
|
||||||
// Set homepage
|
// Set homepage
|
||||||
user_pref("browser.startup.homepage", "http://192.168.178.201:7575/");
|
user_pref("browser.startup.homepage", "https://home.snaile.de/");
|
||||||
|
|
||||||
// Don't make firefox aware of window manager fullscreening
|
// Don't make firefox aware of window manager fullscreening
|
||||||
// user_pref("full-screen-api.ignore-widgets", true);
|
// user_pref("full-screen-api.ignore-widgets", true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue