From fe37a17d54282857ec3a6530274c265e2f2bc00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 15 Feb 2021 08:31:27 +0100 Subject: [PATCH] Crash recovery --- config/mpv/.dfrecur | 0 config/mpv/mpv.conf | 1 + config/qutebrowser/config.py | 1 + config/scripts/crepuscule | 2 +- config/scripts/jour | 2 +- config/scripts/nuit | 2 +- config/vdirsyncer/config | 8 ++++---- 7 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 config/mpv/.dfrecur create mode 100644 config/mpv/mpv.conf diff --git a/config/mpv/.dfrecur b/config/mpv/.dfrecur new file mode 100644 index 0000000..e69de29 diff --git a/config/mpv/mpv.conf b/config/mpv/mpv.conf new file mode 100644 index 0000000..a2222ca --- /dev/null +++ b/config/mpv/mpv.conf @@ -0,0 +1 @@ +no-audio-display diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 969e0d2..6db5e19 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -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") diff --git a/config/scripts/crepuscule b/config/scripts/crepuscule index 7a7d73f..cdc1446 100755 --- a/config/scripts/crepuscule +++ b/config/scripts/crepuscule @@ -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 diff --git a/config/scripts/jour b/config/scripts/jour index a7b54a3..9f4614d 100755 --- a/config/scripts/jour +++ b/config/scripts/jour @@ -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 diff --git a/config/scripts/nuit b/config/scripts/nuit index 80fd993..8435723 100755 --- a/config/scripts/nuit +++ b/config/scripts/nuit @@ -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 diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config index 0f6f246..9fc5681 100644 --- a/config/vdirsyncer/config +++ b/config/vdirsyncer/config @@ -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]