From b757dadbd1557c9413b682af28eb45a397858953 Mon Sep 17 00:00:00 2001 From: UhGoomba <53350163+UhGoomba@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:06:26 -0400 Subject: additional screenshot and process --- hypr/.config/hypr/binds.conf | 3 +++ hypr/.config/hypr/windowrules.conf | 1 + 2 files changed, 4 insertions(+) (limited to 'hypr') diff --git a/hypr/.config/hypr/binds.conf b/hypr/.config/hypr/binds.conf index 0c08493..b0e2db4 100644 --- a/hypr/.config/hypr/binds.conf +++ b/hypr/.config/hypr/binds.conf @@ -7,6 +7,8 @@ bind = $mainMod, A, exec, kitty bind = $mainMod, D, killactive, bind = $mainMod CTRL SHIFT, D, exec, hyprctl kill bind = $mainMod, S, exec, hyprshot -m region +bind = , PRINT, exec, hyprshot -m output +bind = $mainMod, PRINT, exec, hyprshot -m window bind = $mainMod, M, exit, bind = $mainMod, V, togglefloating, bind = $mainMod, P, exec, hyprpicker -a @@ -16,6 +18,7 @@ bind = $mainMod, F, fullscreen bind = $mainMod, G, fullscreenstate, 0 3 bind = $mainMod, W, exec, cachy-browser bind = $mainMod, X, exec, nemo +bind = $mainMod, K, exec, kitty btm bind = $mainMod, backslash, exec, "${HOME}/.config/hypr/scripts/layout.sh" bind = $mainMod SHIFT, backslash, exec, "${HOME}/.config/hypr/scripts/layout2.sh" diff --git a/hypr/.config/hypr/windowrules.conf b/hypr/.config/hypr/windowrules.conf index dcd0d90..30cbcaa 100644 --- a/hypr/.config/hypr/windowrules.conf +++ b/hypr/.config/hypr/windowrules.conf @@ -1 +1,2 @@ windowrulev2 = float,title:^(Friends List)$ +windowrulev2 = float,title:^(btm)$ -- cgit v1.2.3