MacBook Air fixes: mod+x for kill, F5/F6/F7 for screenshots, update howto
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
| Shortcut | Beschreibung |
|
| Shortcut | Beschreibung |
|
||||||
|---|---|
|
|---|---|
|
||||||
| mod+q | Fenster schliessen |
|
| mod+x | Fenster schliessen |
|
||||||
| mod+f | Vollbild umschalten |
|
| mod+f | Vollbild umschalten |
|
||||||
| mod+z | Split-Richtung umschalten (horizontal/vertikal) |
|
| mod+z | Split-Richtung umschalten (horizontal/vertikal) |
|
||||||
| mod+s | Stacking-Layout |
|
| mod+s | Stacking-Layout |
|
||||||
@@ -61,9 +61,9 @@ Ein Scratchpad-Terminal startet automatisch beim Login. Mit `mod+Tab` kann es je
|
|||||||
|
|
||||||
| Shortcut | Beschreibung |
|
| Shortcut | Beschreibung |
|
||||||
|---|---|
|
|---|---|
|
||||||
| mod+Print | Flameshot GUI (Bereich auswählen, annotieren, speichern) |
|
| mod+F5 | Flameshot GUI (Bereich auswählen, annotieren, speichern) |
|
||||||
| mod+Shift+Print | Fullscreen-Screenshot nach ~/Pictures/Screenshots/ |
|
| mod+F6 | Fullscreen-Screenshot nach ~/Pictures/Screenshots/ |
|
||||||
| mod+Ctrl+Print | Aktives Fenster als Screenshot nach ~/Pictures/Screenshots/ |
|
| mod+F7 | Aktives Fenster als Screenshot 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.
|
||||||
|
|
||||||
|
|||||||
@@ -37,16 +37,17 @@ bindsym $mod+Shift+p exec keepassxc
|
|||||||
bindsym $mod+Shift+m exec ghostwriter
|
bindsym $mod+Shift+m exec ghostwriter
|
||||||
|
|
||||||
bindsym $mod+space --release exec "rofi -combi-modi drun,window -show combi -modi combi"
|
bindsym $mod+space --release exec "rofi -combi-modi drun,window -show combi -modi combi"
|
||||||
bindsym $mod+q kill
|
bindsym $mod+x kill
|
||||||
|
|
||||||
# Clipboard manager
|
# Clipboard manager
|
||||||
bindsym $mod+c exec --no-startup-id clipboard-rofi
|
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
|
||||||
bindsym $mod+Print --release exec --no-startup-id flameshot gui
|
# Screenshots (F5/F6/F7 da MacBook Air keine Print-Taste hat)
|
||||||
bindsym $mod+Shift+Print --release exec --no-startup-id flameshot full -p ~/Pictures/Screenshots/
|
bindsym $mod+F5 --release exec --no-startup-id flameshot gui
|
||||||
bindsym $mod+Ctrl+Print --release exec --no-startup-id scrot -u ~/Pictures/Screenshots/'window_%Y-%m-%d_%H%M%S.png'
|
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'
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user