diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-10-29 14:11:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-10-29 14:11:21 +0200 |
commit | 0f5fb2ce24adb69454ec59f60179a1a2b1bfaf87 (patch) | |
tree | f3be993d186b06e85c6a94c1f3f27b63ae0fbcf3 /.xinitrc | |
parent | b18bf71e78becc8a7188d3479f0958d74a1686cd (diff) | |
download | dotfiles-0f5fb2ce24adb69454ec59f60179a1a2b1bfaf87.tar.gz dotfiles-0f5fb2ce24adb69454ec59f60179a1a2b1bfaf87.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -7,9 +7,15 @@ export SDL_AUDIODRIVER=pulse export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh export QT_QPA_PLATFORMTHEME="qt5ct" +export LANG=en_US.UTF-8 +export TZ=Europe/Vienna + [[ -f ~/.nvidia-settings-rc ]] && nvidia-settings -l xrandr --output DP-4 --left-of DP-2 +nvidia-settings -a '[gpu:0]/GPUGraphicsClockOffset[3]=150' +nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[3]=400' + # I don't like no background ;) dash $HOME/.bg & @@ -42,9 +48,10 @@ autostart () { keepassx & transmission-remote-gtk & #claws-mail & - #thunderbird & - kwalletd5 & - kmail & + thunderbird & + #kwalletd5 & + #kded5 & + #kmail & firefox & steam & copyq & |