Overview
Comment: | sway: Add screenshot shortcut |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ea6da684e3c994d1f5dca298d67b3f16 |
User & Date: | js on 2022-12-04 23:57:02 |
Other Links: | manifest | tags |
Context
2022-12-05
| ||
00:06 | sway: Enable night mode check-in: 5d0f64095e user: js tags: trunk | |
2022-12-04
| ||
23:57 | sway: Add screenshot shortcut check-in: ea6da684e3 user: js tags: trunk | |
23:47 | ssh_config: Default to IdentitiesOnly yes check-in: b3e3f764fa user: js tags: trunk | |
Changes
Modified sway/config from [7e6f53e296] to [96dbc42717].
︙ | |||
210 211 212 213 214 215 216 217 218 219 220 221 222 223 | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 | + | bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86MonBrightnessDown exec light -U 5 bindsym XF86MonBrightnessUp exec light -A 5 bindsym XF86KbdBrightnessDown exec light -s sysfs/leds/asus::kbd_backlight -U 34 bindsym XF86KbdBrightnessUp exec light -s sysfs/leds/asus::kbd_backlight -A 34 bindsym Mod4+Shift+s exec grim -g "$(slurp)" # # Status Bar: # # Read `man 5 sway-bar` for more information about this section. bar { position top |
︙ |