more small updates
This commit is contained in:
parent
23050ceaa8
commit
e820e6cdef
3 changed files with 6 additions and 4 deletions
|
@ -12,7 +12,5 @@ start playerctld daemon
|
|||
start picom
|
||||
start unclutter -noevents
|
||||
start dunst
|
||||
start pipewire
|
||||
start wireplumber
|
||||
start dwmblocks
|
||||
start remapd
|
||||
|
|
|
@ -24,5 +24,3 @@ notify-send -a "changeVolume" -i "$icon" -u low "Volume: ${volume}%" \
|
|||
-h string:x-dunst-stack-tag:$msgTag \
|
||||
-h int:value:$volume \
|
||||
-h string:hlcolor:$highlight
|
||||
|
||||
canberra-gtk-play -i audio-volume-change -d "changeVolume"
|
||||
|
|
|
@ -16,7 +16,13 @@
|
|||
user_pref("browser.startup.page", 1);
|
||||
|
||||
// Don't clear history on browser shutdown
|
||||
user_pref("privacy.clearOnShutdown.cache", false);
|
||||
user_pref("privacy.clearOnShutdown.downloads", false);
|
||||
user_pref("privacy.clearOnShutdown.formdata", false);
|
||||
user_pref("privacy.clearOnShutdown.history", false);
|
||||
user_pref("privacy.clearOnShutdown.sessions", false);
|
||||
user_pref("privacy.clearOnShutdown.cookies", false);
|
||||
user_pref("privacy.clearOnShutdown.offlineApps", false);
|
||||
|
||||
// Override these if you trust the searchengine you have set as default
|
||||
// Allow search in URL bar
|
||||
|
|
Loading…
Add table
Reference in a new issue