diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-08 20:26:35 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-08 20:26:35 +0530 |
commit | 5d6e6636f58ba476e33429c1cd2c8d18299d7a0c (patch) | |
tree | e5a4b40f57e364adab76a6f739bf6eb627289fd4 /.xprofile | |
parent | 73778553846b9592f396c7e1f7f757e6775bbe1d (diff) |
ported .xinitrc to .xprofile
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile new file mode 100755 index 0000000..221fae7 --- /dev/null +++ b/.xprofile @@ -0,0 +1,20 @@ +#!/bin/bash + +# makes optimus-manager work (probably) +xrandr --setprovideroutputsource modesetting NVIDIA-0 +xrandr --auto + +# makes gnome-keyring work +dbus-update-activation-environment --all + +# keyboard layout +xmodmap /home/zt/.Xmodmap & + +# autostart apps +blueman-applet & +picom & +dunst & +polystart & +nitrogen --restore & +udiskie & + |