From 0fc77e7f2202156d0f3a86f8f8075be0761f27fa Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 13 Jun 2023 16:10:13 +0200 Subject: [PATCH] small edits small edits --- .config/X11/xsession.d/80autostart | 2 +- .local/share/firefox/chrome/includes/config.css | 2 +- .local/share/firefox/user-overrides.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/X11/xsession.d/80autostart b/.config/X11/xsession.d/80autostart index 5de065b2..d6d4fce2 100755 --- a/.config/X11/xsession.d/80autostart +++ b/.config/X11/xsession.d/80autostart @@ -12,7 +12,7 @@ start wireplumber start remaps start checkup start playerctld daemon -start picom +start xcompmgr start unclutter -noevents start dunst start dwmblocks diff --git a/.local/share/firefox/chrome/includes/config.css b/.local/share/firefox/chrome/includes/config.css index b3fc9cbd..ac441302 100644 --- a/.local/share/firefox/chrome/includes/config.css +++ b/.local/share/firefox/chrome/includes/config.css @@ -20,7 +20,7 @@ * possible values: * 0 – toolbar on top * 4 – toolbar on bottom - */ --uc-toolbar-position: 0; + */ --uc-toolbar-position: 4; /* Darken the Personal Toolbar by X amount * where X = 1 means pure black * and X = 0 means no darkening at all diff --git a/.local/share/firefox/user-overrides.js b/.local/share/firefox/user-overrides.js index 278fe9cb..3ccce31d 100644 --- a/.local/share/firefox/user-overrides.js +++ b/.local/share/firefox/user-overrides.js @@ -39,7 +39,7 @@ user_pref("privacy.resistFingerprinting.letterboxing", false); // 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 // user_pref("full-screen-api.ignore-widgets", true);