diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.xinitrc | 7 | ||||
-rw-r--r-- | x/.xinitrc-not-docked | 7 |
2 files changed, 9 insertions, 5 deletions
@@ -47,7 +47,8 @@ sh ~/.screenlayout/screenlayout.sh & pacmd set-default-sink alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo & # add weather, date and time to xsetroot -sh ~/bin/xsetloop-docked.sh & +#sh ~/bin/xsetloop-docked.sh & +slstatus & # set up wallpapers wallpapers & @@ -68,6 +69,6 @@ numlockx & nmcli radio wifi off & # start dwm -xset r rate 300 50 & +xset r rate 300 50; exec dwm #exec /home/bryson/bin/startdwm -exec dwm + diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked index f01940b..9f20b82 100644 --- a/x/.xinitrc-not-docked +++ b/x/.xinitrc-not-docked @@ -40,11 +40,14 @@ picom -CG -I 0.1 -O 0.1 -o 0.0 --backend xrender --menu-opacity 1.0 & # add network, battery, date and time to xsetroot -sh ~/bin/xsetloop-not-docked.sh & +#sh ~/bin/xsetloop-not-docked.sh & +slstatus-not-docked & + +# reset backlight +xbacklight -set 50 & # set default audio device to be laptop speakers pacmd set-default-sink alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink & - pacmd set-sink-volume alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink 0 & # set up wallpaper |