mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
dumb
This commit is contained in:
parent
68c629bb1f
commit
d0fe05e3f9
1 changed files with 4 additions and 17 deletions
21
configs/i3
21
configs/i3
|
@ -1,10 +1,3 @@
|
|||
# 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!
|
||||
|
@ -17,7 +10,7 @@ font pango:monospace 8
|
|||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
font pango:DejaVu Sans Mono 8
|
||||
|
||||
# Start XDG autostart .desktop files using dex. See also
|
||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||
|
@ -183,14 +176,7 @@ mode "resize" {
|
|||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
## colors
|
||||
# target title bg text indicator border
|
||||
# colors title bg text indicator border
|
||||
client.focused #b4befe #1e1e2e #cdd6f4 #f5e0dc #b4befe
|
||||
client.focused_inactive #6c7086 #1e1e2e #cdd6f4 #f5e0dc #6c7086
|
||||
client.unfocused #6c7086 #1e1e2e #cdd6f4 #f5e0dc #6c7086
|
||||
|
@ -198,8 +184,9 @@ client.urgent #fab387 #1e1e2e #fab387 #6c7086 #fab387
|
|||
client.placeholder #6c7086 #1e1e2e #cdd6f4 #6c7086 #6c7086
|
||||
client.background #1e1e2e
|
||||
|
||||
# bar
|
||||
# i3bar
|
||||
bar {
|
||||
status_command i3status
|
||||
colors {
|
||||
background #1e1e2e
|
||||
statusline #cdd6f4
|
||||
|
|
Loading…
Reference in a new issue