fixed flameshot, removed old configs, some other small tweaks

This commit is contained in:
2025-09-10 10:38:02 +02:00
parent 889f06070a
commit d83c845b85
15 changed files with 17 additions and 66 deletions

View File

@@ -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 flameshot gui # Show screenshot window
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+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
@@ -231,6 +231,7 @@ for_window [class="Sysmontask"] floating enable
for_window [class="Sysmontask"] resize set 930 665
for_window [instance="Godot_Engine"] floating enable
for_window [class="Alert"] floating enable
for_window [class="org.gnome.FileRoller"] floating enable
############################################
# Workspace specific tools #
@@ -319,7 +320,6 @@ exec --no-startup-id i3-msg 'workspace $workspace12; exec bitwarden-desktop'
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id nm-applet
exec --no-startup-id greenclip daemon
exec --no-startup-id seafile-applet
exec --no-startup-id obsidian
exec /usr/bin/compton
exec /bin/bash ~/.config/i3/scripts/startup.sh