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:
parent
62ffe061d9
commit
08492ea227
@ -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
|
||||||
|
@ -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 = [
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user