Last active
March 7, 2020 07:51
-
-
Save ggerganov/3e2690679973a14d5015e2c3a0023c91 to your computer and use it in GitHub Desktop.
config-i3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
# swap monitors | |
xrandr --output HDMI-0 --right-of DP-0 | |
# change keyboard speed | |
xset r rate 150 100 | |
# fix audio | |
start-pulseaudio-x11 | |
# us + bg keyboard layouts | |
setxkbmap -layout us,bg -variant ,phonetic -option 'grp:win_space_toggle' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment