configs  Diff

Differences From Artifact [17c5416538]:

To Artifact [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