macOS-style screenshot shortcuts: mod+Ctrl+Shift+3/4/5
This commit is contained in:
@@ -44,10 +44,10 @@ bindsym $mod+c exec --no-startup-id clipboard-rofi
|
||||
|
||||
bindsym $mod+Ctrl+p exec pavucontrol
|
||||
bindsym $mod+Ctrl+b exec alacritty -e bmenu
|
||||
# Screenshots (F5/F6/F7 da MacBook Air keine Print-Taste hat)
|
||||
bindsym $mod+F5 --release exec --no-startup-id flameshot gui
|
||||
bindsym $mod+F6 --release exec --no-startup-id flameshot full -p ~/Pictures/Screenshots/
|
||||
bindsym $mod+F7 --release exec --no-startup-id scrot -u ~/Pictures/Screenshots/'window_%Y-%m-%d_%H%M%S.png'
|
||||
# Screenshots (macOS-Style)
|
||||
bindsym $mod+Ctrl+Shift+3 --release exec --no-startup-id flameshot full -p ~/Pictures/Screenshots/
|
||||
bindsym $mod+Ctrl+Shift+4 --release exec --no-startup-id flameshot gui
|
||||
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)
|
||||
for_window [instance="scratchterm"] floating enable, resize set 1200 600, move position center, move scratchpad
|
||||
|
||||
Reference in New Issue
Block a user