Update .xinitrc, picom.conf
This commit is contained in:
parent
63c8a4ebdc
commit
7482cfc70e
@ -209,12 +209,12 @@ blur-background-exclude = [
|
|||||||
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
||||||
# `xrender` is the default one.
|
# `xrender` is the default one.
|
||||||
#
|
#
|
||||||
# backend = 'glx'
|
#backend = "glx";
|
||||||
backend = "xrender";
|
backend = "xrender";
|
||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
# vsync = false
|
# vsync = false
|
||||||
vsync = true
|
vsync = false
|
||||||
|
|
||||||
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
||||||
# dbus = false
|
# dbus = false
|
||||||
|
20
.xinitrc
20
.xinitrc
@ -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 &
|
numlockx &
|
||||||
|
|
||||||
# Gnome keyring daemon for autologin
|
# 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)
|
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||||
export SSH_AUTH_SOCK
|
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
|
exec awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user