push before desktop reinstall

This commit is contained in:
2025-02-28 16:12:05 +01:00
parent 380a1611f6
commit fd67b55a5b
5 changed files with 356 additions and 20 deletions
+22 -20
View File
@@ -83,7 +83,7 @@ bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e wopr report.xml
bindsym $mod+Home exec "autorandr -c"
# toggle polybar
# bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
# make screenshot
bindsym $mod+Print exec "flameshot full -c"
@@ -313,7 +313,7 @@ bindsym $mod+Ctrl+Shift+$alt+l exec --no-startup-id light-locker-command -l
# Set shut down, restart
bindsym $mod+Shift+Ctrl+$alt+h exec --no-startup-id systemctl hibernate
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id systemctl suspend-then-hibernate
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id systemctl suspend
# set lock combination for i3lock
bindsym $mod+Ctrl+l exec --no-startup-id i3lock -c 000000
@@ -357,29 +357,31 @@ mode "resize" {
bindsym Escape mode "default"
}
# machine specific startup commands
exec --no-startup-id xset s 300 0
exec --no-startup-id xset s noblank
exec --no-startup-id xset -dpms
exec --no-startup-id xsetroot -solid black
exec --no-startup-id [[ -f $HOME/.Xmodmap ]] && xmodmap $HOME/.Xmodmap
exec --no-startup-id systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide
exec --no-startup-id numlockx on
# disable screen blanking and power management
exec --no-startup-id sleep 2 && xset s 300 0
exec --no-startup-id sleep 2 && xset s noblank
exec --no-startup-id sleep 2 && xset -dpms
exec --no-startup-id sleep 2 && xsetroot -solid black
# Autostart applications
#exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec --no-startup-id nextcloud
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 picom -b
exec --no-startup-id flameshot
# locking specific startup applications
#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
#exec --no-startup-id xautolock -time 1 -locker "i3lock" -detectsleep
exec --no-startup-id xautolock -time 30 -locker "systemctl suspend" -detectsleep
exec --no-startup-id xautolock -time 30 -locker "systemctl suspend" -detectsleep -corners ---- -cornersize 30
# sys config tools
exec --no-startup-id xbindkeys
@@ -492,17 +494,17 @@ mode "$mode_gaps_outer" {
bindsym Escape mode "default"
}
bar {
font pango:MesloLGS NF 11
position top
status_command /usr/bin/i3status-rs $HOME/.config/i3status-rust/config.toml
tray_output primary
colors {
separator #ffffff
background #424242
statusline #424242
}
}
#bar {
# font pango:MesloLGS NF 11
# position top
# status_command /usr/bin/i3status-rs $HOME/.config/i3status-rust/config.toml
# tray_output primary
# colors {
# separator #ffffff
# background #424242
# statusline #424242
# }
#}
# config for i3block
#bar {
+7
View File
@@ -1,6 +1,7 @@
# Basic settings
backend = "glx";
vsync = true;
use-damage = true;
# Opacity settings
inactive-opacity = 1.0;
@@ -13,5 +14,11 @@ shadow = false;
# Fading settings
fade = false;
# additional settings
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
xrender-sync = true;
xrender-sync-fence = true;
# Logging
log-level = "warn";