fixes and updates after laptop reinstallation

This commit is contained in:
2023-06-13 19:59:13 +02:00
parent 0d4c140240
commit eda405660b
6 changed files with 35 additions and 32 deletions
+1 -9
View File
@@ -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:
-17
View File
@@ -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";
+1
View File
@@ -0,0 +1 @@
picom.conf##class.arch_laptop
+17
View File
@@ -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";
+13
View File
@@ -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";