- Some tweaking (colors, dmenu...)

This commit is contained in:
dbroqua 2017-07-23 12:36:37 +02:00
parent cc1eec473a
commit 0cd789ae4d

View File

@ -11,33 +11,20 @@
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: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
# Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, its unicode glyph coverage is limited, the old
# X core fonts rendering does not support right-to-left and this being a bitmap
# font, it doesnt scale on retina/hidpi displays.
font pango:DejaVu Sans Mono 6
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec urxvt
# kill focused window
bindsym $mod+Shift+q kill
bindsym Control+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-8'
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
@ -162,15 +149,14 @@ bindsym $mod+r mode "resize"
# finds out, if available)
bar {
font pango:DejaVu Sans Mono, Icons 8
# status_command i3status
status_command py3status
colors {
#color class border back. text
focused_workspace #555555 #6a9ef2 #ffffff
active_workspace #555555 #555555 #ffffff
inactive_workspace #000000 #000000 #888888
urgent_workspace #2f343a #900000 #ffffff
}
colors {
#color class border back. text
focused_workspace #555555 #6a9ef2 #ffffff
active_workspace #555555 #555555 #ffffff
inactive_workspace #000000 #000000 #888888
urgent_workspace #2f343a #900000 #ffffff
}
}
#exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'