feat: add flameshot config

This commit is contained in:
oddlama 2023-10-16 01:44:47 +02:00
parent 6e8aae7d8d
commit 667fa26f14
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 50 additions and 1 deletions

View file

@ -91,6 +91,7 @@ in {
"Shift+s" = "exec --no-startup-id ${getExe pkgs.scripts.screenshot-area}";
"F11" = "exec --no-startup-id ${getExe pkgs.scripts.screenshot-area-scan-qr}";
"F12" = "exec --no-startup-id ${getExe pkgs.scripts.screenshot-screen}";
"Print" = "exec --no-startup-id env QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_SCREEN_SCALE_FACTORS='' ${getExe pkgs.flameshot} gui";
"Shift+r" = "reload";
"q" = "kill";
@ -203,7 +204,6 @@ in {
};
in ''
exec_always --no-startup-id ${getExe i3-per-workspace-layout} --config ${configLayouts}
for_window [class="^flameshot$"] floating enable, border none
'';
};