-
-
Save efazati/1ed65bb779553ea18f04 to your computer and use it in GitHub Desktop.
i3rc
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 | |
| xrandr --output VGA1 --left-of HDMI1 | |
| setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,ir | |
| feh --bg-fill ~/Pictures/background/wallpaper-base.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or you can use mine:
https://github.com/Bersam/dotfiles/blob/master/screenlayout/home.sh [for xrandr]
https://github.com/Bersam/dotfiles/blob/master/i3/config [for x setting and background stuff!]