- Some tweaking (colors, dmenu...)
This commit is contained in:
parent
cc1eec473a
commit
0cd789ae4d
1 changed files with 10 additions and 24 deletions
34
i3/config
34
i3/config
|
@ -11,33 +11,20 @@
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
font pango:DejaVu Sans Mono 6
|
||||||
# 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 doesn’t scale on retina/hidpi displays.
|
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
bindsym $mod+Return exec urxvt
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym Control+q kill
|
bindsym Control+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# 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
|
# 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
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
|
@ -162,15 +149,14 @@ bindsym $mod+r mode "resize"
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
font pango:DejaVu Sans Mono, Icons 8
|
font pango:DejaVu Sans Mono, Icons 8
|
||||||
# status_command i3status
|
|
||||||
status_command py3status
|
status_command py3status
|
||||||
colors {
|
colors {
|
||||||
#color class border back. text
|
#color class border back. text
|
||||||
focused_workspace #555555 #6a9ef2 #ffffff
|
focused_workspace #555555 #6a9ef2 #ffffff
|
||||||
active_workspace #555555 #555555 #ffffff
|
active_workspace #555555 #555555 #ffffff
|
||||||
inactive_workspace #000000 #000000 #888888
|
inactive_workspace #000000 #000000 #888888
|
||||||
urgent_workspace #2f343a #900000 #ffffff
|
urgent_workspace #2f343a #900000 #ffffff
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'
|
#exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'
|
||||||
|
|
Loading…
Reference in a new issue