Crash recovery
This commit is contained in:
parent
81337dc1b8
commit
fe37a17d54
0
config/mpv/.dfrecur
Normal file
0
config/mpv/.dfrecur
Normal file
1
config/mpv/mpv.conf
Normal file
1
config/mpv/mpv.conf
Normal file
|
@ -0,0 +1 @@
|
|||
no-audio-display
|
|
@ -66,6 +66,7 @@ config.bind("L", "tab-next")
|
|||
config.unbind("T")
|
||||
config.bind("af", "spawn --userscript freshrss")
|
||||
config.bind("as", "spawn --userscript shaarli")
|
||||
config.bind("u", "undo --window")
|
||||
|
||||
dirname = os.path.dirname(__file__)
|
||||
filename = os.path.join(dirname, "theme.py")
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
cd ~/.dotfiles/config/automatrop
|
||||
echo 30000 | sudo tee /sys/class/backlight/intel_backlight/brightness
|
||||
xrandr --output HDMI-0 --brightness 1
|
||||
ansible-playbook playbooks/default.yml -e base16_scheme=solarized-dark --tags color --inventory 'localhost'
|
||||
ansible-playbook playbooks/default.yml -e base16_scheme=solarized-dark --tags color --connection local
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
cd ~/.dotfiles/config/automatrop
|
||||
echo 30000 | sudo tee /sys/class/backlight/intel_backlight/brightness
|
||||
xrandr --output HDMI-0 --brightness 1
|
||||
ansible-playbook playbooks/default.yml -e base16_scheme=solarized-light --tags color --inventory 'localhost'
|
||||
ansible-playbook playbooks/default.yml -e base16_scheme=solarized-light --tags color --connection local
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
cd ~/.dotfiles/config/automatrop
|
||||
echo 1 | sudo tee /sys/class/backlight/intel_backlight/brightness
|
||||
xrandr --output HDMI-0 --brightness 0.5
|
||||
ansible-playbook playbooks/default.yml -e base16_scheme=solarized-dark --tags color --inventory 'localhost'
|
||||
ansible-playbook playbooks/default.yml -e base16_scheme=solarized-dark --tags color --connection local
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# An example configuration for vdirsyncer.
|
||||
#
|
||||
# Move it to ~/.vdirsyncer/config or ~/.config/vdirsyncer/config and edit it.
|
||||
# Move it to ~/.cache/vdirsyncer/config or ~/.config/vdirsyncer/config and edit it.
|
||||
# Run `vdirsyncer --help` for CLI usage.
|
||||
#
|
||||
# Optional parameters are commented out.
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
[general]
|
||||
# A folder where vdirsyncer can store some metadata about each pair.
|
||||
status_path = "~/.vdirsyncer/status/"
|
||||
status_path = "~/.cache/vdirsyncer/status/"
|
||||
|
||||
# # CARDDAV
|
||||
[pair geoffrey_contacts]
|
||||
|
@ -38,7 +38,7 @@ metadata = ["displayname"]
|
|||
# A storage references actual data on a remote server or on the local disk.
|
||||
# Similar to repositories in OfflineIMAP.
|
||||
type = "filesystem"
|
||||
path = "~/.vdirsyncer/contacts/"
|
||||
path = "~/.cache/vdirsyncer/contacts/"
|
||||
fileext = ".vcf"
|
||||
|
||||
[storage geoffrey_contacts_remote]
|
||||
|
@ -60,7 +60,7 @@ metadata = ["displayname", "color"]
|
|||
|
||||
[storage geoffrey_calendar_local]
|
||||
type = "filesystem"
|
||||
path = "~/.vdirsyncer/calendars/"
|
||||
path = "~/.cache/vdirsyncer/calendars/"
|
||||
fileext = ".ics"
|
||||
|
||||
[storage geoffrey_calendar_remote]
|
||||
|
|
Loading…
Reference in a new issue