configs  Check-in [06913d9ead]

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: 06913d9ead3abea6c91654c42ee35093f989fabf16a7186b3cd24397fdecc3c1
User & Date: js on 2022-12-05 00:18:52
Other Links: manifest | tags
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

Modified sway/config from [b597673e4b] to [d6d628533c].

210
211
212
213
214
215
216

217

218
219
220
221
222
223
224
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