mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
Changes after installing EndeavourOS
This commit is contained in:
parent
7c558606b2
commit
9225638d86
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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
11
Services/kmonad.service
Normal 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
|
Loading…
Reference in New Issue
Block a user