aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
blob: 221fae7c49bf9de6191cbd1c5c2df80290a4e747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 &