Merge branch 'master' into nvim-lua
This commit is contained in:
commit
42b00296cf
18 changed files with 90 additions and 110 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue