feat: core config improvements
This commit is contained in:
31
i3/config
31
i3/config
@@ -5,8 +5,8 @@ default_border pixel 0
|
||||
default_floating_border normal
|
||||
smart_gaps inverse_outer
|
||||
|
||||
for_window [class="^.*"] border pixel 0
|
||||
gaps inner 28
|
||||
# for_window [class="^.*"] border pixel 0
|
||||
gaps inner 0
|
||||
gaps outer 0
|
||||
|
||||
popup_during_fullscreen smart
|
||||
@@ -16,6 +16,9 @@ for_window [title="Pomodoro Timer"] floating enable
|
||||
for_window [title="Calendar02042023"] floating enable
|
||||
for_window [title="Music "] floating enable
|
||||
for_window [instance=rofi] sticky enable
|
||||
for_window [instance=st] floating enable
|
||||
for_window [instance=steam] floating disable
|
||||
for_window [instance=blueberry] floating enable
|
||||
for_window [instance=eww] border pixel 0
|
||||
#for_window [class="matplotlib"] floating enable
|
||||
#for_window [class="eww"] floating enable
|
||||
@@ -153,18 +156,20 @@ bindsym $mod+Shift+r restart
|
||||
#bindsym $mod+Shift+F12 exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
#Colores
|
||||
set $black #1c1f20
|
||||
set $grey #dad0b6
|
||||
set $fg-alt #888888
|
||||
set $red #c1121f
|
||||
set $dark-blue #dcb476
|
||||
set $bg #262626
|
||||
set $bg-alt #222222
|
||||
set $bg-palid #323232
|
||||
set $fg #e9e0d5
|
||||
set $fg-alt #dad0b6
|
||||
set $accent #b66741
|
||||
set $warn #bc4749
|
||||
|
||||
#borde #fondo #texto #indicador #hijo
|
||||
client.focused $grey $grey #1c1f20 $black $grey
|
||||
client.focused_inactive $grey $grey $fg-alt $black $black
|
||||
client.unfocused $black $black $fg-alt $grey $black
|
||||
client.urgent #333333 #900000 $red #900000 #900000
|
||||
client.placeholder $black $black $red $red #0c0c0c
|
||||
#borde #fondo #texto #indicador #hijo
|
||||
client.focused $bg $bg $accent $bg-atl $accent
|
||||
client.focused_inactive $bg $bg $fg $bg-alt $bg-alt
|
||||
client.unfocused $bg-alt $bg-alt $fg-alt $bg $bg
|
||||
client.urgent $bg-palid $bg-palid $warn $warn $bg-palid
|
||||
client.placeholder $bg $bg $fg $bg-atl $bg-alt
|
||||
|
||||
client.background #ffffff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user