1
0
forked from extern/nix-config

feh: Fullscreen by default

This alleviates some of the issues with feh relying on xwayland.
This commit is contained in:
Donovan Glover 2023-06-24 12:10:00 -04:00
parent 62ffe061d9
commit 08492ea227
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 3 additions and 1 deletions

View File

@ -160,6 +160,7 @@
windowrulev2 = nomaxsize,class:^(osu\.exe)$ windowrulev2 = nomaxsize,class:^(osu\.exe)$
windowrulev2 = opaque,class:^(kitty)$ windowrulev2 = opaque,class:^(kitty)$
windowrulev2 = noblur,class:^(kitty)$ windowrulev2 = noblur,class:^(kitty)$
windowrulev2 = fullscreen,class:^(feh)$
windowrulev2 = opacity 0.92 0.92,class:^(thunar)$ windowrulev2 = opacity 0.92 0.92,class:^(thunar)$
# Scroll through existing workspaces with super + scroll # Scroll through existing workspaces with super + scroll

View File

@ -36,7 +36,7 @@
]; ];
image_default = [ image_default = [
{ command = "feh"; args = [ "--" ]; fork = true; silent = true; } { command = "feh"; args = [ "--fullscreen" "--" ]; fork = true; silent = true; }
]; ];
video_default = [ video_default = [

View File

@ -29,6 +29,7 @@
cp = "cp -ia"; cp = "cp -ia";
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case"; rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
yarn = "${pkgs.yarn}/bin/yarn --emoji true"; yarn = "${pkgs.yarn}/bin/yarn --emoji true";
feh = "${pkgs.feh} --fullscreen";
}; };
shellAbbrs = { shellAbbrs = {