Overview
Comment: | sway: Handle multimedia keys |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
20324aeb887bfc2fe2cb12e4df241786 |
User & Date: | js 2022-12-04 23:45:23 |
Context
2022-12-04
| ||
23:46 | zshrc: Add cross djgpp check-in: 7957e64418 user: js tags: trunk | |
23:45 | sway: Handle multimedia keys check-in: 20324aeb88 user: js tags: trunk | |
2022-11-29
| ||
00:26 | Update sway config check-in: 7563585cda user: js tags: trunk | |
Changes
Changes to sway/config.
︙ | ︙ | |||
199 200 201 202 203 204 205 206 207 208 209 210 211 212 | # Return to default mode bindsym Return mode "default" bindsym Escape mode "default" } bindsym $mod+r mode "resize" # # Status Bar: # # Read `man 5 sway-bar` for more information about this section. bar { position top | > > > > > > > > > > > > | 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 | # Return to default mode bindsym Return mode "default" bindsym Escape mode "default" } bindsym $mod+r mode "resize" # # Volume, brightness, etc. # bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% 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 # # Status Bar: # # Read `man 5 sway-bar` for more information about this section. bar { position top |
︙ | ︙ |