add gpg and change style
This commit is contained in:
parent
5554bab5c9
commit
e31741fde8
1 changed files with 7 additions and 4 deletions
11
.i3/config
11
.i3/config
|
@ -133,10 +133,12 @@ mode "resize" {
|
|||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# colors
|
||||
client.focused #000000 #009900 #ffffff #ff0000
|
||||
#client.focused_inactive
|
||||
client.unfocused #000000 #005500 #000000 #ff0000
|
||||
# colors & style
|
||||
new_window normal 1
|
||||
new_float normal 1
|
||||
client.focused #009900 #009900 #ffffff #007700
|
||||
client.focused_inactive #005500 #005500 #000000 #007700
|
||||
client.unfocused #005500 #005500 #000000 #007700
|
||||
#client.urgent
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
|
@ -159,4 +161,5 @@ bar {
|
|||
}
|
||||
|
||||
exec ssh-agent
|
||||
exec gpg-agent
|
||||
exec xset -b
|
||||
|
|
Loading…
Reference in a new issue