giving up on flameshot

This commit is contained in:
Rouven Seifert 2023-01-21 14:44:23 +01:00
parent e905a929d0
commit fd3f3dd2a7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 27 additions and 11 deletions

View file

@ -4,7 +4,6 @@
[
./accounts
./alacritty
./flameshot # TODO fix
./fzf
./git
./gpg

View file

@ -10,8 +10,12 @@
'';
home.packages = with pkgs; [
wofi
wl-clipboard
grim
slurp
font-awesome
hyprpaper.packages.x86_64-linux.default
#xdph.packages.x86_64-linux.default
];
xdg.configFile."wofi/config".text = ''

View file

@ -139,3 +139,6 @@ bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Screenshot
bind = ,Print,exec, grim -g "$(slurp)" - | wl-copy -t image/png