Overview
Comment: | sway: Add shortcut to lock screen |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
06913d9ead3abea6c91654c42ee35093 |
User & Date: | js 2022-12-05 00:18:52 |
Context
2022-12-10
| ||
15:15 | zshrc: Set --build for DJGPP check-in: 63683cab83 user: js tags: trunk | |
2022-12-05
| ||
00:18 | sway: Add shortcut to lock screen check-in: 06913d9ead user: js tags: trunk | |
00:11 | sway: Move bar to bottom check-in: 97a27a2119 user: js tags: trunk | |
Changes
Changes to sway/config.
︙ | ︙ | |||
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 bottom | > > | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | 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)" bindsym Ctrl+Alt+Delete exec swaylock -c 000000 # # Status Bar: # # Read `man 5 sway-bar` for more information about this section. bar { position bottom |
︙ | ︙ |