mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 02:41:50 +08:00
sway keybinds
This commit is contained in:
parent
d4c4898bc4
commit
3eac1701ca
@ -1,11 +1,19 @@
|
||||
output * adaptive_sync on
|
||||
|
||||
# 75hz monitor
|
||||
output 'Lectron Company Ltd LECOO M2412HL GG30A137' mode 2560x1440@74.968Hz
|
||||
output 'Lectron Company Ltd LECOO M2412HL GG30A137' subpixel rgb
|
||||
output 'Lectron Company Ltd LECOO M2412HL GG30A137' mode 2560x1440@75Hz
|
||||
output 'Lectron Company Ltd LECOO M2412HL GG30A137' pos 0 500
|
||||
output 'Lectron Company Ltd LECOO M2412HL GG30A137' subpixel rgb
|
||||
# output 'Lectron Company Ltd LECOO M2412HL GG30A137' max_render_time 5
|
||||
output 'Lectron Company Ltd LECOO M2412HL GG30A137' render_bit_depth 10
|
||||
|
||||
# lab screen
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" mode --custom 3840x2160@35.000Hz
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" scale 1.5
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" transform 90
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" pos 2560 0
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" subpixel rgb
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" max_render_time 3
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" render_bit_depth 10
|
||||
|
||||
# laptop screen
|
||||
output 'Thermotrex Corporation TL160ADMP03-0 Unknown' subpixel rgb
|
||||
@ -18,12 +26,3 @@ output 'Thermotrex Corporation TL160ADMP03-0 Unknown' mode 2560x1600@60.000Hz
|
||||
# TV at home
|
||||
output 'Unknown HUAWEI INC 0x00000000' mode 3840x2160@60.000Hz
|
||||
output 'Unknown HUAWEI INC 0x00000000' scale 2
|
||||
|
||||
# lab screen
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" mode --custom 2560x1440@75.000Hz
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" transform 90
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" pos 2560 0
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" subpixel rgb
|
||||
# output "XMI Redmi 27 NU 3948622WH08F4" max_render_time off
|
||||
# output "XMI Redmi 27 NU 3948622WH08F4" scale 1.5
|
||||
output "XMI Redmi 27 NU 3948622WH08F4" render_bit_depth 10
|
||||
|
@ -36,7 +36,7 @@ bindsym --whole-window $mod+button9 workspace next
|
||||
# bind fn keys
|
||||
bindsym XF86AudioMicMute exec amixer set Capture toggle
|
||||
exec mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob
|
||||
bindsym XF86AudioRaiseVolume exec wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2% && pactl get-sink-volume @DEFAULT_SINK@ | head -n 1| awk '{print substr($5, 1, length($5)-1)}' > $SWAYSOCK.wob
|
||||
bindsym XF86AudioRaiseVolume exec wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+ && pactl get-sink-volume @DEFAULT_SINK@ | head -n 1| awk '{print substr($5, 1, length($5)-1)}' > $SWAYSOCK.wob
|
||||
bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- && pactl get-sink-volume @DEFAULT_SINK@ | head -n 1 | awk '{print substr($5, 1, length($5)-1)}' > $SWAYSOCK.wob
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && ~/.config/sway/scripts/getmute.sh > $SWAYSOCK.wob
|
||||
bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob
|
||||
|
Loading…
Reference in New Issue
Block a user