fixes and updates after laptop reinstallation
This commit is contained in:
+1
-9
@@ -359,24 +359,16 @@ exec --no-startup-id mullvad-vpn
|
||||
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id picom -b
|
||||
exec --no-startup-id flameshot
|
||||
|
||||
# sys config tools
|
||||
exec --no-startup-id numlockx
|
||||
exec --no-startup-id xbindkeys
|
||||
|
||||
# system tray configuration tools
|
||||
exec --no-startup-id indicator-sound-switcher
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
exec --no-startup-id flameshot
|
||||
|
||||
# autostart terminal and broswer
|
||||
#exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/termite'
|
||||
#exec --no-startup-id i2-msg 'workspace 2; exec /usr/bin/firefox'
|
||||
|
||||
# set x background
|
||||
exec --no-startup-id xsetroot -solid black
|
||||
|
||||
|
||||
# Color palette used for the terminal ( ~/.Xresources file )
|
||||
# Colors are gathered based on the documentation:
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# Basic settings
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
|
||||
# Opacity settings
|
||||
inactive-opacity = 1.0;
|
||||
active-opacity = 1.0;
|
||||
frame-opacity = 1.0;
|
||||
|
||||
# Shadow settings
|
||||
shadow = false;
|
||||
|
||||
# Fading settings
|
||||
fade = false;
|
||||
|
||||
# Logging
|
||||
log-level = "warn";
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
picom.conf##class.arch_laptop
|
||||
@@ -0,0 +1,17 @@
|
||||
# Basic settings
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
|
||||
# Opacity settings
|
||||
inactive-opacity = 1.0;
|
||||
active-opacity = 1.0;
|
||||
frame-opacity = 1.0;
|
||||
|
||||
# Shadow settings
|
||||
shadow = false;
|
||||
|
||||
# Fading settings
|
||||
fade = false;
|
||||
|
||||
# Logging
|
||||
log-level = "warn";
|
||||
@@ -0,0 +1,13 @@
|
||||
# Opacity settings
|
||||
inactive-opacity = 1.0;
|
||||
active-opacity = 1.0;
|
||||
frame-opacity = 1.0;
|
||||
|
||||
# Shadow settings
|
||||
shadow = false;
|
||||
|
||||
# Fading settings
|
||||
fade = false;
|
||||
|
||||
# Logging
|
||||
log-level = "warn";
|
||||
Reference in New Issue
Block a user