diff options
Diffstat (limited to 'dotfiles/.config')
-rw-r--r-- | dotfiles/.config/mpv/input.conf | 1 | ||||
-rw-r--r-- | dotfiles/.config/sway/desktopslav | 1 | ||||
-rw-r--r-- | dotfiles/.config/swaylock/config | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf index 56455c4..6e789ac 100644 --- a/dotfiles/.config/mpv/input.conf +++ b/dotfiles/.config/mpv/input.conf @@ -209,3 +209,4 @@ a cycle audio A cycle audio down c script-message osc-chapterlist 3; show-text "${osd-ass-cc/0}{\\an9}${osd-ass-cc/1}${chapter}" +C script-message osc-playlist 3; diff --git a/dotfiles/.config/sway/desktopslav b/dotfiles/.config/sway/desktopslav index 1c76233..df96ccd 100644 --- a/dotfiles/.config/sway/desktopslav +++ b/dotfiles/.config/sway/desktopslav @@ -4,6 +4,7 @@ # Outputs output "HDMI-A-2" background ~/.config/wall2.png fill +output "HDMI-A-1" background ~/.config/wall1.png fill output "HDMI-A-1" pos 0 0 output "HDMI-A-2" pos 1920 0 diff --git a/dotfiles/.config/swaylock/config b/dotfiles/.config/swaylock/config index 4f36d70..2082a1f 100644 --- a/dotfiles/.config/swaylock/config +++ b/dotfiles/.config/swaylock/config @@ -22,10 +22,11 @@ text-ver-color=#e5e9f0 text-wrong-color=#1d2021 text-clear-color=#1d2021 -fade-in=1 +fade-in=.3 clock indicator screenshots datestr=%a, %F +effect-pixelate=8 effect-blur=12x3 layout-bg-color=#000000bb |