Update .xinitrc, picom.conf

This commit is contained in:
Alice Gaudon 2021-12-28 15:26:04 +01:00
parent 63c8a4ebdc
commit 7482cfc70e
2 changed files with 17 additions and 7 deletions

View File

@ -209,12 +209,12 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
# backend = 'glx'
#backend = "glx";
backend = "xrender";
# Enable/disable VSync.
# vsync = false
vsync = true
vsync = false
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
# dbus = false

View File

@ -1,8 +1,3 @@
# export XDG_CURRENT_DESKTOP=Budgie:GNOME
# exec budgie-desktop
#exec startkde
xrandr --output DP-4 --mode 2560x1440 --rate 74.92
numlockx &
# Gnome keyring daemon for autologin
@ -10,4 +5,19 @@ dbus-update-activation-environment --systemd DISPLAY
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
# Start jack
sleep 2
~/scripts/start_jack.sh
# Sinks
#pactl load-module module-jack-source client_name=mic connect=no
#pactl load-module module-jack-sink client_name=fl connect=yes
#pactl load-module module-jack-sink client_name=discord connect=yes
# Merge x resources
xrdb -merge ~/.Xresources
picom -b
exec awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr