1
0
Fork 0

small edits

small edits
This commit is contained in:
Luca Bilke 2023-06-13 16:10:13 +02:00 committed by Luca Bilke
parent 3f8af175cb
commit 0fc77e7f22
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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);