8 lines
452 B
Bash
Executable file
8 lines
452 B
Bash
Executable file
#!/bin/sh
|
|
# Xsetup - run as root before the login dialog appears
|
|
# Screen With Xrandr:
|
|
#xrandr --output eDP-1 --mode 1366x768 --pos 0x132 --rotate normal --output HDMI-1 --primary --mode 1600x900 --pos 1366x0 --rotate normal &
|
|
xrandr --output eDP-1 --mode 1366x768 --pos 1600x132 --rotate normal --output HDMI-1 --primary --mode 1600x900 --pos 0x0 --rotate normal &
|
|
|
|
# Keybord Layout :
|
|
setxkbmap -layout fr,dz -variant ,ar -option grp:alt_shift_toggle
|