sway | add config kyes for book
This commit is contained in:
parent
2c8aaad646
commit
7ecd880d6e
1 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# For Eve
|
# For book
|
||||||
set $mod Mod1
|
set $mod Mod1
|
||||||
set $terminal_path /home/don/bin/mynewterm
|
set $terminal_path /home/don/bin/mynewterm
|
||||||
set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo
|
set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo
|
||||||
|
|
@ -21,7 +21,7 @@ font pango:JetBrains Mono 8
|
||||||
workspace_auto_back_and_forth yes
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
set $laptop eDP-1
|
set $laptop eDP-1
|
||||||
output $laptop scale 1.7
|
output $laptop scale 1.5
|
||||||
output * bg /home/don/nixos/hosts/fan-table-device-box-wallpaper.jpg fill
|
output * bg /home/don/nixos/hosts/fan-table-device-box-wallpaper.jpg fill
|
||||||
bindswitch --reload --locked lid:on output $laptop disable
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
bindswitch --reload --locked lid:off output $laptop enable
|
bindswitch --reload --locked lid:off output $laptop enable
|
||||||
|
|
@ -31,7 +31,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -43,7 +45,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue