mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-09-10 18:35:23 +02:00
single exec for flameshot
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user