Skip to content

Instantly share code, notes, and snippets.

@ggerganov
Last active March 7, 2020 07:51
Show Gist options
  • Select an option

  • Save ggerganov/3e2690679973a14d5015e2c3a0023c91 to your computer and use it in GitHub Desktop.

Select an option

Save ggerganov/3e2690679973a14d5015e2c3a0023c91 to your computer and use it in GitHub Desktop.

Revisions

  1. ggerganov revised this gist Mar 7, 2020. No changes.
  2. ggerganov revised this gist Mar 7, 2020. 2 changed files with 13 additions and 8 deletions.
    13 changes: 13 additions & 0 deletions config-i3.sh
    Original 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'
    8 changes: 0 additions & 8 deletions i3.txt
    Original file line number Diff line number Diff line change
    @@ -1,8 +0,0 @@
    # swap monitors
    xrandr --output HDMI-0 --right-of DP-0

    # change keyboard speed
    xset r rate 150 100

    # fix audio
    start-pulseaudio-x11
  3. ggerganov revised this gist Mar 6, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions i3.txt
    Original 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
  4. ggerganov renamed this gist Mar 6, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. ggerganov created this gist Mar 6, 2020.
    5 changes: 5 additions & 0 deletions i3.md
    Original 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