Last active
March 7, 2020 07:51
-
-
Save ggerganov/3e2690679973a14d5015e2c3a0023c91 to your computer and use it in GitHub Desktop.
Revisions
-
ggerganov revised this gist
Mar 7, 2020 . No changes.There are no files selected for viewing
-
ggerganov revised this gist
Mar 7, 2020 . 2 changed files with 13 additions and 8 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #/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' 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +0,0 @@ -
ggerganov revised this gist
Mar 6, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,3 +3,6 @@ xrandr --output HDMI-0 --right-of DP-0 # change keyboard speed xset r rate 150 100 # fix audio start-pulseaudio-x11 -
ggerganov renamed this gist
Mar 6, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ggerganov created this gist
Mar 6, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # swap monitors xrandr --output HDMI-0 --right-of DP-0 # change keyboard speed xset r rate 150 100