From 54d1201a543065116df9ed18a72dab20f8653c5c Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 20 Nov 2025 20:46:43 -0800 Subject: i3: fix flameshot binds (finally) --- modules/home/desktop/components/i3/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/home/desktop/components/i3/default.nix b/modules/home/desktop/components/i3/default.nix index 5e0175f..d9ae518 100644 --- a/modules/home/desktop/components/i3/default.nix +++ b/modules/home/desktop/components/i3/default.nix @@ -131,12 +131,11 @@ in { "${mod}+Num_Lock" = "exec --no-startup-id polybar-msg cmd toggle"; # Screenshots - #TODO: screen and full should be swapped, but currently screen is fucky :'( - "Shift+Print" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot screen -c"; - "Print" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot full -c"; + "Print" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot screen -c"; + "Shift+Print" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot full -c"; "${mod}+Shift+s" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot gui -c"; "Mod1+Shift+s" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot gui -c"; - "${mod}+Ctrl+Shift+s" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot launcher -c"; + "${mod}+Ctrl+Shift+s" = "exec --no-startup-id ${pkgs.flameshot}/bin/flameshot gui"; # Media keys "XF86AudioRaiseVolume" = "exec --no-startup-id ${pkgs.pulseaudio}/bin/pactl set-sink-volume @DEFAULT_SINK@ +2%"; -- cgit v1.2.3