better workspace bar
This commit is contained in:
@@ -69,6 +69,10 @@ in {
|
||||
scale = "auto";
|
||||
bitdepth = 10;
|
||||
cm = "auto"; #dcip3
|
||||
sdrbrightness = 1.4;
|
||||
# sdrsaturation = 1.0;
|
||||
# sdr_max_luminance = 220;
|
||||
# sdr_min_luminance = 0.005;
|
||||
}];
|
||||
#Fullscreen HDR is possible without the hdr cm setting if "render:cm_auto_hdr" is enabled.
|
||||
|
||||
@@ -100,7 +104,7 @@ in {
|
||||
disable_splash_rendering = true;
|
||||
animate_mouse_windowdragging = false;
|
||||
animate_manual_resizes = false;
|
||||
vrr = 2;
|
||||
vrr = 0; #vrr=2;
|
||||
};
|
||||
debug = {
|
||||
vfr = false;
|
||||
@@ -253,37 +257,6 @@ in {
|
||||
|
||||
];
|
||||
|
||||
# windowrule = [ "noshadow, floating:0" ];
|
||||
|
||||
# windowrulev2 = [
|
||||
# "workspace 2 silent, class:^(org.telegram.desktop)$"
|
||||
# "workspace 2 silent, class:^(discord)$"
|
||||
# "workspace 8 silent, class:^(org.keepassxc.KeePassXC)$"
|
||||
# "workspace 8 silent, title:^(Nextcloud)$"
|
||||
# "workspace 8 silent, class:^(Tk)$,title:^(Server Configuration)$"
|
||||
# "float,class:^(org.keepassxc.KeePassXC)$,title:^(KeePassXC - Access Request)$"
|
||||
# "pin,class:^(org.keepassxc.KeePassXC)$,title:^(KeePassXC - Access Request)$"
|
||||
# "float,class:^(org.keepassxc.KeePassXC)$,title:^(Unlock Database - KeePassXC)$"
|
||||
# "pin,class:^(org.keepassxc.KeePassXC)$,title:^(Unlock Database - KeePassXC)$"
|
||||
# "float,title:^(Open)$"
|
||||
# "float,title:^(Choose Files)$"
|
||||
# "float,title:^(Save As)$"
|
||||
# "float,title:^(Confirm to replace files)$"
|
||||
# "float,title:^(File Operation Progress)$"
|
||||
# "float,class:^(firefox)$,title:^(Picture-in-Picture)$"
|
||||
# "pin,class:^(firefox)$,title:^(Picture-in-Picture)$"
|
||||
# "suppressevent fullscreen,class:^(firefox)$,title:^(Picture-in-Picture)$"
|
||||
# "float,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$"
|
||||
# "suppressevent fullscreen,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$"
|
||||
# "float,class:^(firefox)$,title:^(Extension:.* Mozilla Firefox)$"
|
||||
# "suppressevent fullscreen,class:^(firefox)$,title:^(Extension:.* Mozilla Firefox)$"
|
||||
# "float,class:^(org.telegram.desktop)$,title:^(Media viewer)$"
|
||||
# "center,class:^(org.telegram.desktop)$,title:^(Media viewer)$"
|
||||
# "idleinhibit fullscreen, class:^(.*)"
|
||||
# "idleinhibit focus, class:^(steam_app_.*)$"
|
||||
# "idleinhibit focus, class:^(mpv)$"
|
||||
# ];
|
||||
|
||||
layer_rule = [ {
|
||||
match.namespace = "^eww%-blur$";
|
||||
blur = true;
|
||||
@@ -329,8 +302,6 @@ in {
|
||||
(bind "SUPER + SHIFT + 8" (dsp.moveToWorkspace 8))
|
||||
(bind "SUPER + 9" (dsp.focusWorkspace 9))
|
||||
(bind "SUPER + SHIFT + 9" (dsp.moveToWorkspace 9))
|
||||
(bind "SUPER + 0" (dsp.focusWorkspace 0))
|
||||
(bind "SUPER + SHIFT + 0" (dsp.moveToWorkspace 0))
|
||||
(bind "XF86AudioPlay" (dsp.exec "${lib.getExe pkgs.playerctl} play-pause"))
|
||||
(bind "XF86AudioPrev" (dsp.exec "${lib.getExe pkgs.playerctl} previous"))
|
||||
(bind "XF86AudioNext" (dsp.exec "${lib.getExe pkgs.playerctl} next"))
|
||||
|
||||
Reference in New Issue
Block a user