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"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# colors
|
# colors & style
|
||||||
client.focused #000000 #009900 #ffffff #ff0000
|
new_window normal 1
|
||||||
#client.focused_inactive
|
new_float normal 1
|
||||||
client.unfocused #000000 #005500 #000000 #ff0000
|
client.focused #009900 #009900 #ffffff #007700
|
||||||
|
client.focused_inactive #005500 #005500 #000000 #007700
|
||||||
|
client.unfocused #005500 #005500 #000000 #007700
|
||||||
#client.urgent
|
#client.urgent
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
|
@ -159,4 +161,5 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
exec ssh-agent
|
exec ssh-agent
|
||||||
|
exec gpg-agent
|
||||||
exec xset -b
|
exec xset -b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue