macOS-style screenshot shortcuts: mod+Ctrl+Shift+3/4/5

This commit is contained in:
2026-02-15 13:32:06 +01:00
parent 44bd49e10b
commit 3e3b399161
2 changed files with 7 additions and 7 deletions

View File

@@ -61,9 +61,9 @@ Ein Scratchpad-Terminal startet automatisch beim Login. Mit `mod+Tab` kann es je
| Shortcut | Beschreibung | | Shortcut | Beschreibung |
|---|---| |---|---|
| mod+F5 | Flameshot GUI (Bereich auswählen, annotieren, speichern) | | mod+Ctrl+Shift+3 | Ganzer Bildschirm nach ~/Pictures/Screenshots/ |
| mod+F6 | Fullscreen-Screenshot nach ~/Pictures/Screenshots/ | | mod+Ctrl+Shift+4 | Bereich auswählen (Flameshot GUI, annotieren, speichern) |
| mod+F7 | Aktives Fenster als Screenshot nach ~/Pictures/Screenshots/ | | mod+Ctrl+Shift+5 | Aktives Fenster nach ~/Pictures/Screenshots/ |
Screenshots werden in `~/Pictures/Screenshots/` gespeichert. Bei Flameshot GUI kann der Speicherort und die Annotation interaktiv gewählt werden. Screenshots werden in `~/Pictures/Screenshots/` gespeichert. Bei Flameshot GUI kann der Speicherort und die Annotation interaktiv gewählt werden.

View File

@@ -44,10 +44,10 @@ bindsym $mod+c exec --no-startup-id clipboard-rofi
bindsym $mod+Ctrl+p exec pavucontrol bindsym $mod+Ctrl+p exec pavucontrol
bindsym $mod+Ctrl+b exec alacritty -e bmenu bindsym $mod+Ctrl+b exec alacritty -e bmenu
# Screenshots (F5/F6/F7 da MacBook Air keine Print-Taste hat) # Screenshots (macOS-Style)
bindsym $mod+F5 --release exec --no-startup-id flameshot gui bindsym $mod+Ctrl+Shift+3 --release exec --no-startup-id flameshot full -p ~/Pictures/Screenshots/
bindsym $mod+F6 --release exec --no-startup-id flameshot full -p ~/Pictures/Screenshots/ bindsym $mod+Ctrl+Shift+4 --release exec --no-startup-id flameshot gui
bindsym $mod+F7 --release exec --no-startup-id scrot -u ~/Pictures/Screenshots/'window_%Y-%m-%d_%H%M%S.png' bindsym $mod+Ctrl+Shift+5 --release exec --no-startup-id scrot -u ~/Pictures/Screenshots/'window_%Y-%m-%d_%H%M%S.png'
# Scratchpad terminal (dropdown-style) # Scratchpad terminal (dropdown-style)
for_window [instance="scratchterm"] floating enable, resize set 1200 600, move position center, move scratchpad for_window [instance="scratchterm"] floating enable, resize set 1200 600, move position center, move scratchpad