diff --git a/bash/.bashrc b/bash/.bashrc index fe68076..9162c36 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -73,6 +73,7 @@ alias pull='git pull origin' alias push='git push origin' alias status='git status' alias diff='git diff' +alias remote='git remote' alias ftemplate='git fetch template' alias mtemplate='git merge template/master --allow-unrelated-histories' diff --git a/git/.git-credentials b/git/.git-credentials index df180db..d4e18dd 100644 --- a/git/.git-credentials +++ b/git/.git-credentials @@ -1,3 +1,3 @@ https://paul-loedige:VhD%40R46%2ai9k%24tumJgD3T@git.ploedige.com -https://paul-loedige:yP4vs9rTriqP4b8mK4ohyNHSH@its-gitlab.init.hs-owl.de https://paul-loedige:5SC%24%5e%5eonvuD5Ze@git.owl-racing-team.de +https://paul-loedige:yP4vs9rTriqP4b8mK4ohyNHSH@its-gitlab.init.hs-owl.de diff --git a/qtile/.config/qtile/Custom_Widgets.py b/qtile/.config/qtile/Custom_Widgets.py index 168afb7..1e13328 100644 --- a/qtile/.config/qtile/Custom_Widgets.py +++ b/qtile/.config/qtile/Custom_Widgets.py @@ -13,7 +13,7 @@ class MemoryC(widget.base.ThreadPoolText): ] def __init__(self, **config): - super().__init__("",**config) + super().__init__("", **config) self.add_defaults(MemoryC.defaults) def poll(self): diff --git a/qtile/.config/qtile/autostart.sh b/qtile/.config/qtile/autostart.sh index 673fd1d..7debb4b 100755 --- a/qtile/.config/qtile/autostart.sh +++ b/qtile/.config/qtile/autostart.sh @@ -1,4 +1,5 @@ #!/bin/sh +sleep 1 nitrogen --restore & bash .screenlayout/layout.sh & pulseaudio-ctl set 50 & @@ -7,4 +8,4 @@ nextcloud & timeshift & numlockx & redshift-gtk -t 6500:3600 & -udiskie & \ No newline at end of file +udiskie -t & \ No newline at end of file diff --git a/screen-layout/.screenlayout/layout.sh b/screen-layout/.screenlayout/layout.sh index e365681..11bdd77 100755 --- a/screen-layout/.screenlayout/layout.sh +++ b/screen-layout/.screenlayout/layout.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 2080x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x566 --rotate left --output DP-0 --off --output DP-1 --off --output DP-2 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off +xrandr --output DVI-I-0 --primary --mode 1440x900 --pos 2012x0 --rotate normal --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x660 --rotate left --output DP-0 --mode 3440x1440 --pos 1080x900 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --output DP-4 --off --output DP-5 --off