Compare commits
No commits in common. "04175931826eac6f41fe378b1413a61e61eb9f1d" and "36ec79d1831c628f6407d7e477dfad5e81b405fd" have entirely different histories.
0417593182
...
36ec79d183
2 changed files with 0 additions and 87 deletions
|
@ -1,70 +0,0 @@
|
||||||
#
|
|
||||||
# $XDG_CONFIG_HOME/psd/psd.conf
|
|
||||||
#
|
|
||||||
# For documentation, refer man 1 psd or to the wiki page
|
|
||||||
# https://wiki.archlinux.org/index.php/Profile-sync-daemon
|
|
||||||
|
|
||||||
## NOTE the following:
|
|
||||||
## To protect data from corruption, in the event that you do make an edit while
|
|
||||||
## psd is active, any changes made will be applied the next time you start psd.
|
|
||||||
|
|
||||||
# Uncomment and set to "yes" to use overlayfs instead of a full copy to reduce
|
|
||||||
# the memory costs and to improve sync/unsync operations. Note that your kernel
|
|
||||||
# MUST have this module available in order to use this mode.
|
|
||||||
#
|
|
||||||
USE_OVERLAYFS="yes"
|
|
||||||
|
|
||||||
# Uncomment and set to "yes" to resync on suspend to reduce potential data loss.
|
|
||||||
# Note that your system MUST have gdbus from glib2 installed to use this mode.
|
|
||||||
#
|
|
||||||
USE_SUSPSYNC="yes"
|
|
||||||
|
|
||||||
# List any browsers in the array below to have managed by psd. Useful if you do
|
|
||||||
# not wish to have all possible browser profiles managed which is the default if
|
|
||||||
# this array is left commented.
|
|
||||||
#
|
|
||||||
# Possible values:
|
|
||||||
# chromium
|
|
||||||
# chromium-dev
|
|
||||||
# conkeror.mozdev.org
|
|
||||||
# epiphany
|
|
||||||
# falkon
|
|
||||||
# firefox
|
|
||||||
# firefox-trunk
|
|
||||||
# google-chrome
|
|
||||||
# google-chrome-beta
|
|
||||||
# google-chrome-unstable
|
|
||||||
# heftig-aurora
|
|
||||||
# icecat
|
|
||||||
# inox
|
|
||||||
# luakit
|
|
||||||
# midori
|
|
||||||
# opera
|
|
||||||
# opera-beta
|
|
||||||
# opera-developer
|
|
||||||
# opera-legacy
|
|
||||||
# otter-browser
|
|
||||||
# qupzilla
|
|
||||||
# qutebrowser
|
|
||||||
# palemoon
|
|
||||||
# rekonq
|
|
||||||
# seamonkey
|
|
||||||
# surf
|
|
||||||
# vivaldi
|
|
||||||
# vivaldi-snapshot
|
|
||||||
#
|
|
||||||
BROWSERS=(chromium firefox)
|
|
||||||
|
|
||||||
# Uncomment and set to "no" to completely disable the crash recovery feature.
|
|
||||||
#
|
|
||||||
# The default is to create crash recovery backups if the system is ungracefully
|
|
||||||
# powered-down due to a kernel panic, hitting the reset switch, battery going
|
|
||||||
# dead, etc. Some users keep very diligent backups and don't care to have this
|
|
||||||
# feature enabled.
|
|
||||||
#USE_BACKUPS="yes"
|
|
||||||
|
|
||||||
# Uncomment and set to an integer that is the maximum number of crash recovery
|
|
||||||
# snapshots to keep (the oldest ones are deleted first).
|
|
||||||
#
|
|
||||||
# The default is to save the most recent 5 crash recovery snapshots.
|
|
||||||
BACKUP_LIMIT=1
|
|
|
@ -1,21 +1,4 @@
|
||||||
# dynamic
|
# dynamic
|
||||||
set $color0 #2a2c1f
|
|
||||||
set $color1 #c3f808
|
|
||||||
set $color2 #f9ad1a
|
|
||||||
set $color3 #f9d11d
|
|
||||||
set $color4 #059ee6
|
|
||||||
set $color5 #10f0f8
|
|
||||||
set $color6 #06a1ef
|
|
||||||
set $color7 #c8c9c7
|
|
||||||
set $color8 #8c8c8b
|
|
||||||
set $color9 #c3f808
|
|
||||||
set $color10 #f9ad1a
|
|
||||||
set $color11 #f9d11d
|
|
||||||
set $color12 #059ee6
|
|
||||||
set $color13 #10f0f8
|
|
||||||
set $color14 #06a1ef
|
|
||||||
set $color15 #c8c9c7
|
|
||||||
|
|
||||||
include $HOME/.cache/wal/colors-sway
|
include $HOME/.cache/wal/colors-sway
|
||||||
|
|
||||||
set $gtk-theme Dracula
|
set $gtk-theme Dracula
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue