mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
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 = opaque,class:^(kitty)$
|
||||
windowrulev2 = noblur,class:^(kitty)$
|
||||
windowrulev2 = fullscreen,class:^(feh)$
|
||||
windowrulev2 = opacity 0.92 0.92,class:^(thunar)$
|
||||
|
||||
# Scroll through existing workspaces with super + scroll
|
||||
|
@ -36,7 +36,7 @@
|
||||
];
|
||||
|
||||
image_default = [
|
||||
{ command = "feh"; args = [ "--" ]; fork = true; silent = true; }
|
||||
{ command = "feh"; args = [ "--fullscreen" "--" ]; fork = true; silent = true; }
|
||||
];
|
||||
|
||||
video_default = [
|
||||
|
@ -29,6 +29,7 @@
|
||||
cp = "cp -ia";
|
||||
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
|
||||
yarn = "${pkgs.yarn}/bin/yarn --emoji true";
|
||||
feh = "${pkgs.feh} --fullscreen";
|
||||
};
|
||||
|
||||
shellAbbrs = {
|
||||
|
Loading…
Reference in New Issue
Block a user