|
|
|
@ -1,16 +1,19 @@ |
|
|
|
|
# This file has been auto-generated by i3-config-wizard(1). |
|
|
|
|
# It will not be overwritten, so edit it as you like. |
|
|
|
|
# |
|
|
|
|
# Should you change your keyboard layout some time, delete |
|
|
|
|
# this file and re-run i3-config-wizard(1). |
|
|
|
|
# |
|
|
|
|
|
|
|
|
|
# i3 config file (v4) |
|
|
|
|
# |
|
|
|
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference! |
|
|
|
|
|
|
|
|
|
set $mod Mod4 |
|
|
|
|
|
|
|
|
|
## i3 Colors |
|
|
|
|
# class border backgr. text indicator child_border |
|
|
|
|
client.focused #c5457b #9e1553 #ffffff #ff3888 #9e1553 |
|
|
|
|
client.focused_inactive #333333 #6a6469 #ffffff #504c50 #6a6469 |
|
|
|
|
client.unfocused #333333 #222222 #888888 #2e2c2e #222222 |
|
|
|
|
client.urgent #3a3132 #900000 #ffffff #900000 #900000 |
|
|
|
|
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c |
|
|
|
|
|
|
|
|
|
client.background #ffffff |
|
|
|
|
|
|
|
|
|
# Font for window titles. Will also be used by the bar unless a different font |
|
|
|
|
# is used in the bar {} block below. |
|
|
|
|
font pango:monospace 8 |
|
|
|
@ -233,10 +236,10 @@ exec_always --no-startup-id numlockx on |
|
|
|
|
# launched an `exec` command. |
|
|
|
|
|
|
|
|
|
# Background |
|
|
|
|
exec --no-startup-id feh --bg-fill $HOME/Scaricati/northern_lights_by_aenami_dbbx471.png |
|
|
|
|
exec --no-startup-id feh --bg-fill $HOME/Scaricati/alfven-ato-array.jpg |
|
|
|
|
|
|
|
|
|
# Compositor |
|
|
|
|
exec --no-startup-id compton --config $HOME/.config/compton/config |
|
|
|
|
exec --no-startup-id picom --config $HOME/.config/compton/config |
|
|
|
|
|
|
|
|
|
# Notification Manager (dunst) |
|
|
|
|
exec --no-startup-id envsubst < ~/.config/dunst/dunstrc.template > ~/.config/dunst/dunstrc && dunst --config $HOME/.config/dunst/dunstrc |
|
|
|
@ -284,6 +287,10 @@ for_window [class="Pavucontrol"] border normal |
|
|
|
|
for_window [instance="gnome-system-monitor"] floating enable |
|
|
|
|
for_window [instance="gnome-system-monitor"] border normal |
|
|
|
|
|
|
|
|
|
# Mate System Monitor |
|
|
|
|
for_window [instance="mate-system-monitor"] floating enable |
|
|
|
|
for_window [instance="mate-system-monitor"] border normal |
|
|
|
|
|
|
|
|
|
# Steam |
|
|
|
|
for_window [instance="Steam" title="Steam Guard - Computer Authorization Required"] floating enable |
|
|
|
|
for_window [instance="Steam" title="Steam Guard - Computer Authorization Required"] border normal |
|
|
|
|