Changes after installing EndeavourOS

This commit is contained in:
Bruno F. Fontes 2023-12-13 17:04:22 -03:00
parent 7c558606b2
commit 9225638d86
Signed by: brunofontes
GPG Key ID: 4DAA810052CF68B6
4 changed files with 20 additions and 5 deletions

View File

@ -5,8 +5,8 @@
#xrandr --output HDMI1 --mode 1920x1080 #xrandr --output HDMI1 --mode 1920x1080
#xrandr --output HDMI2 --mode 1920x1080 #xrandr --output HDMI2 --mode 1920x1080
xrandr --output HDMI2 --mode 1920x1080 --pos 0x0 --rate 60.0 \ xrandr --output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rate 60.0 \
--output HDMI1 --mode 1920x1080 --right-of HDMI2 --rate 74.97 --output HDMI-A-0 --mode 1920x1080 --right-of HDMI-A-1 --rate 74.97
sleep 3 sleep 3
/home/bruno/Apps/linuxShortcuts/start-oxo.sh "organize" /home/bruno/Apps/linuxShortcuts/start-oxo.sh "organize"

View File

@ -4,8 +4,8 @@ setxkbmap -model abnt2 -layout br -variant ,abnt2
# 1280x720 = Max resolution monitor can do that fits blackout # 1280x720 = Max resolution monitor can do that fits blackout
xrandr --output HDMI2 --mode 1366x768 --pos 0x0 --rate 59.79 \ xrandr --output HDMI-A-1 --mode 1366x768 --pos 0x0 --rate 59.79 \
--output HDMI1 --mode 1280x720 --right-of HDMI2 --rate 60.00 --output HDMI-A-0 --mode 1280x720 --right-of HDMI-A-1 --rate 60.00
#xrandr --output HDMI1 --mode 1280x720 #Max resolution monitor can do that fits blackout #xrandr --output HDMI1 --mode 1280x720 #Max resolution monitor can do that fits blackout
#xrandr --output HDMI2 --mode 1366x768 #xrandr --output HDMI2 --mode 1366x768

View File

@ -2,5 +2,9 @@
Description=Backup memsource daily Description=Backup memsource daily
OnFailure=logErrors@%n.service OnFailure=logErrors@%n.service
# SAVE THIS TO THE SYSTEMD LOCAL FOLDER
# ~/.config/systemd/user/
[Service] [Service]
ExecStart=/bin/konsole --workdir /run/media/bruno/Multimedia/MyDocuments/Development/Ccaps/BackupMemsourceLive/src -e php index.php ExecStart=/bin/terminator --working-directory=/run/media/bruno/Multimedia/MyDocuments/Development/Ccaps/BackupMemsourceLive/src -x "php index.php"
Environment=DISPLAY=:0

11
Services/kmonad.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=kmonad keyboard config
[Service]
Restart=always
RestartSec=3
ExecStart=/usr/bin/kmonad /home/bruno/dotfiles/home_row.kbd
Nice=-20
[Install]
WantedBy=default.target