Replace VLC with mpv
This commit is contained in:
parent
859d46781c
commit
194289f9a6
4 changed files with 6 additions and 3 deletions
5
lib/nixos/home-manager/modules/mpv.nix
Normal file
5
lib/nixos/home-manager/modules/mpv.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
|
@ -138,8 +138,6 @@
|
|||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%- | sed -En 's/.*\(([0-9]+)%\).*/\1/p' > $WOBSOCK
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set +5% | sed -En 's/.*\(([0-9]+)%\).*/\1/p' > $WOBSOCK
|
||||
|
||||
for_window [class="vlc"] inhibit_idle fullscreen
|
||||
|
||||
for_window [app_id="flameshot"] floating enable
|
||||
for_window [app_id="pavucontrol"] floating enable
|
||||
for_window [class="copyq"] floating enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue