mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Switched audio player
This commit is contained in:
parent
da89ee5f38
commit
cabfed6f4b
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, pkgs-kdenlive, userSettings, ... }:
|
||||
{ config, pkgs, pkgs-stable, pkgs-kdenlive, userSettings, ... }:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
@ -111,7 +111,7 @@
|
|||
pinta
|
||||
krita
|
||||
inkscape
|
||||
musikcube
|
||||
(pkgs-stable.lollypop.override { youtubeSupport = false; })
|
||||
vlc
|
||||
mpv
|
||||
yt-dlp
|
||||
|
|
|
@ -173,6 +173,11 @@ in
|
|||
bind=SUPERSHIFT,K,exec,hyprctl kill
|
||||
bind=SUPER,W,exec,nwg-dock-wrapper
|
||||
|
||||
bind=,code:172,exec,lollypop -t
|
||||
bind=,code:174,exec,lollypop -s
|
||||
bind=,code:171,exec,lollypop -n
|
||||
bind=,code:173,exec,lollypop -p
|
||||
|
||||
bind = SUPER,R,pass,^(com\.obsproject\.Studio)$
|
||||
bind = SUPERSHIFT,R,pass,^(com\.obsproject\.Studio)$
|
||||
|
||||
|
@ -259,7 +264,7 @@ in
|
|||
bind=SUPER,Z,exec,pypr toggle term && hyprctl dispatch bringactivetotop
|
||||
bind=SUPER,F,exec,pypr toggle ranger && hyprctl dispatch bringactivetotop
|
||||
bind=SUPER,N,exec,pypr toggle numbat && hyprctl dispatch bringactivetotop
|
||||
bind=SUPER,M,exec,pypr toggle musikcube && hyprctl dispatch bringactivetotop
|
||||
bind=SUPER,M,exec,pypr toggle music && hyprctl dispatch bringactivetotop
|
||||
bind=SUPER,B,exec,pypr toggle btm && hyprctl dispatch bringactivetotop
|
||||
bind=SUPER,D,exec,hypr-element
|
||||
bind=SUPER,code:172,exec,pypr toggle pavucontrol && hyprctl dispatch bringactivetotop
|
||||
|
@ -275,6 +280,10 @@ in
|
|||
windowrulev2 = size 85% 90%,class:^(Element)$
|
||||
windowrulev2 = center,class:^(Element)$
|
||||
|
||||
windowrulev2 = float,class:^(lollypop)$
|
||||
windowrulev2 = size 85% 90%,class:^(lollypop)$
|
||||
windowrulev2 = center,class:^(lollypop)$
|
||||
|
||||
$savetodisk = title:^(Save to Disk)$
|
||||
windowrulev2 = float,$savetodisk
|
||||
windowrulev2 = size 70% 75%,$savetodisk
|
||||
|
@ -299,6 +308,7 @@ in
|
|||
|
||||
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
|
||||
windowrulev2 = opacity 0.85,class:^(Element)$
|
||||
windowrulev2 = opacity 0.85,class:^(lollypop)$
|
||||
windowrulev2 = opacity 1.0,class:^(Brave-browser),fullscreen:1
|
||||
windowrulev2 = opacity 1.0,class:^(librewolf),fullscreen:1
|
||||
windowrulev2 = opacity 0.85,title:^(My Local Dashboard Awesome Homepage - qutebrowser)$
|
||||
|
@ -726,8 +736,8 @@ in
|
|||
command = "alacritty --class scratchpad -e numbat"
|
||||
margin = 50
|
||||
|
||||
[scratchpads.musikcube]
|
||||
command = "alacritty --class scratchpad -e musikcube"
|
||||
[scratchpads.music]
|
||||
command = "lollypop"
|
||||
margin = 50
|
||||
|
||||
[scratchpads.btm]
|
||||
|
@ -796,7 +806,7 @@ in
|
|||
"9" = "";
|
||||
"scratch_term" = "_";
|
||||
"scratch_ranger" = "_";
|
||||
"scratch_musikcube" = "_";
|
||||
"scratch_music" = "_";
|
||||
"scratch_btm" = "_";
|
||||
"scratch_pavucontrol" = "_";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue