Brightness issue and new feature
This commit is contained in:
parent
721649d1ef
commit
f36946e768
19
sway-config
19
sway-config
|
@ -148,9 +148,9 @@ input * {
|
|||
bindsym $mod+v splitv
|
||||
|
||||
# Switch the current container between different layout styles
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
bindsym $mod+c layout stacking
|
||||
bindsym $mod+x layout tabbed
|
||||
bindsym $mod+w layout toggle split
|
||||
|
||||
# Make the current focus fullscreen
|
||||
bindsym $mod+f fullscreen
|
||||
|
@ -234,3 +234,16 @@ output * scale 1
|
|||
|
||||
# Lock Screen
|
||||
bindsym $mod+o exec swaylock -c "#000000"
|
||||
|
||||
# F button
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
||||
|
||||
# Max
|
||||
bindsym $mod+XF86MonBrightnessUp exec brightnessctl set 100%
|
||||
bindsym $mod+XF86MonBrightnessDown exec brightnessctl set 1
|
||||
|
||||
bindsym XF86AudioMute exec amixer sset Master toggle
|
||||
bindsym XF86AudioLowerVolume exec amixer sset Master 10%-
|
||||
bindsym XF86AudioRaiseVolume exec amixer sset Master 10%+
|
||||
|
||||
|
|
Loading…
Reference in a new issue