.i3/config

changeset 273
72be7e28e7fd
parent 150
a13cbe46f47c
equal deleted inserted replaced
272:f7fd81cbdb0c 273:72be7e28e7fd
11 11
12 set $mod Mod4 12 set $mod Mod4
13 13
14 # Font for window titles. Will also be used by the bar unless a different font 14 # Font for window titles. Will also be used by the bar unless a different font
15 # is used in the bar {} block below. ISO 10646 = Unicode 15 # is used in the bar {} block below. ISO 10646 = Unicode
16 font pango:Droid Sans 10 16 font pango:DejaVu Sans Condensed 10
17 #~font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 17 #~font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
18 # The font above is very space-efficient, that is, it looks good, sharp and 18 # The font above is very space-efficient, that is, it looks good, sharp and
19 # clear in small sizes. However, if you need a lot of unicode glyphs or 19 # clear in small sizes. However, if you need a lot of unicode glyphs or
20 # right-to-left text rendering, you should instead use pango for rendering and 20 # right-to-left text rendering, you should instead use pango for rendering and
21 # chose a FreeType font, such as: 21 # chose a FreeType font, such as:
119 # reload the configuration file 119 # reload the configuration file
120 bindsym $mod+Shift+c reload 120 bindsym $mod+Shift+c reload
121 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) 121 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
122 bindsym $mod+Shift+r restart 122 bindsym $mod+Shift+r restart
123 # exit i3 (logs you out of your X session) 123 # exit i3 (logs you out of your X session)
124 bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you really want to exit i3?' -b 'Yes, exit i3' 'i3-msg exit'" 124 bindsym $mod+Shift+e exec "i3-nagbar -f 'pango:DejaVu Sans 10' -t warning -m 'Do you really want to exit i3?' -b 'Yes, exit i3' 'i3-msg exit'"
125 125
126 # resize window (you can also use the mouse for that) 126 # resize window (you can also use the mouse for that)
127 mode "resize" { 127 mode "resize" {
128 # These bindings trigger as soon as you enter the resize mode 128 # These bindings trigger as soon as you enter the resize mode
129 129

mercurial