From 569921c80e1b3ae20d8323e243eb2d816f59876c Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Wed, 10 Sep 2025 10:40:09 +0200 Subject: [PATCH] single exec for flameshot --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 87a263a..e1cab41 100644 --- a/i3/config +++ b/i3/config @@ -130,7 +130,7 @@ bindsym $mod+Return exec xfce4-terminal # termin bindsym $mod+shift+Return exec xfce4-terminal --drop-down # terminal bindsym $mod+e exec thunar # File manager bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot -bindsym $mod+Print exec QT_QPA_PLATFORM=xcb && QT_AUTO_SCREEN_SCALE_FACTOR=0 && QT_ENABLE_HIGHDPI_SCALING=0 && QT_SCALE_FACTOR=1 && flameshot gui # Show screenshot window +bindsym $mod+Print exec --no-startup-id sh -c 'QT_QPA_PLATFORM=xcb QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_ENABLE_HIGHDPI_SCALING=0 QT_SCALE_FACTOR=1 flameshot gui' # Show screenshot window bindsym $mod+shift+Print exec flameshot launcher # Show settings window (delay) then show screenshot window bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh # set brightness bindsym control+shift+Escape exec sysmontask # system monitor