P53-specific
This commit is contained in:
+10
-11
@@ -20,7 +20,7 @@ set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:DejaVu Sans Mono 10
|
||||
font pango:DejaVu Sans Mono 6
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
@@ -51,13 +51,13 @@ default_border pixel 1
|
||||
default_floating_border none
|
||||
# Default colors
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #ef9d00 #ffa900 #000000 #ffa900 #e33e1b
|
||||
client.focused #ffaaff #ffa900 #000000 #ffffff #888888
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
||||
client.unfocused #333333 #222222 #888888 #292d2e #222222
|
||||
client.unfocused #ff0000 #222222 #888888 #444444 #444444
|
||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||
|
||||
client.background #ffffff
|
||||
client.background #000000
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +7%
|
||||
@@ -235,8 +235,6 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
|
||||
bindsym --release button2 kill
|
||||
|
||||
# Custom config window
|
||||
for_window [class="Florence"] floating enable
|
||||
for_window [class="Arandr"] floating enable
|
||||
for_window [class="vlc"] floating enable
|
||||
|
||||
# Assign to desktop
|
||||
@@ -275,19 +273,20 @@ bar {
|
||||
colors {
|
||||
background #000000
|
||||
statusline #ffffff
|
||||
separator #666666
|
||||
separator #aaaaaa
|
||||
|
||||
# Default conf
|
||||
# focused_workspace #4c7899 #285577 #ffffff
|
||||
focused_workspace #ef9d00 #ffa900 #000000
|
||||
active_workspace #333333 #5f676a #ffffff
|
||||
inactive_workspace #333333 #222222 #888888
|
||||
focused_workspace #ffffff #888888 #000000
|
||||
active_workspace #888888 #444444 #ffffff
|
||||
inactive_workspace #888888 #444444 #ff0000
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
binding_mode #2f343a #900000 #ffffff
|
||||
}
|
||||
|
||||
# separator_symbol "ʃ"
|
||||
separator_symbol "❰"
|
||||
#separator_symbol "❰"
|
||||
separator_symbol "|"
|
||||
|
||||
|
||||
strip_workspace_name no
|
||||
|
||||
Reference in New Issue
Block a user