5 lines
166 B
Bash
Executable file
5 lines
166 B
Bash
Executable file
#!/bin/bash
|
|
hyprctl switchxkblayout all 0
|
|
fcitx5-remote -s keyboard-us-dvorak
|
|
wpctl set-mute @DEFAULT_AUDIO_SINK@ 1
|
|
hyprlock && wpctl set-mute @DEFAULT_AUDIO_SINK@ 0
|