configs  Check-in [20324aeb88]

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: 20324aeb887bfc2fe2cb12e4df241786f68cbf5fdb710c1f6829e21b637e6646
User & Date: js on 2022-12-04 23:45:23
Other Links: manifest | tags
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

Modified sway/config from [17c5416538] to [7e6f53e296].

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