Merge branch 'master' into nvim-lua

This commit is contained in:
Marko Korhonen 2021-02-27 11:50:22 +02:00
commit 42b00296cf
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
18 changed files with 90 additions and 110 deletions

View file

@ -21,10 +21,8 @@ audio-pitch-correction=yes # automatically insert scaletempo when playing with h
replaygain=track
#############
# Plugins/misc #
# misc #
#############
# Mpris plugin
script=/usr/lib/mpv/mpris.so
# Start ipc server
input-ipc-server=/tmp/mpvsocket

View file

@ -3,3 +3,7 @@
output * bg $wallpaper fill
output eDP-1 position 0 0
output HDMI-A-1 position 1920 0
# Disable laptop screen when lid is closed
bindswitch --locked lid:on output $laptop disable
bindswitch --locked lid:off output $laptop enable