diff options
| author | Max Christian Pohle | 2017-08-10 17:24:48 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2017-08-10 17:24:48 +0200 |
| commit | ecfd7a9ee13f686a24114daf5d7535c2b64c94f3 (patch) | |
| tree | 05867c3ea5a3685e91f848d7a96b38189c7c1e2b | |
| parent | 5011ed6adc06ba6e3a55953e25a36c9105bed171 (diff) | |
| download | i3-ecfd7a9ee13f686a24114daf5d7535c2b64c94f3.tar.bz2 i3-ecfd7a9ee13f686a24114daf5d7535c2b64c94f3.zip | |
Changed font and seperator char (to match with vim)
| -rw-r--r-- | config | 45 |
1 files changed, 25 insertions, 20 deletions
| @@ -18,9 +18,10 @@ set $mod Mod4 | |||
| 18 | # This font is widely installed, provides lots of unicode glyphs, right-to-left | 18 | # This font is widely installed, provides lots of unicode glyphs, right-to-left |
| 19 | # text rendering and scalability on retina/hidpi displays (thanks to pango). | 19 | # text rendering and scalability on retina/hidpi displays (thanks to pango). |
| 20 | # font pango:Neris SemiBold 10 | 20 | # font pango:Neris SemiBold 10 |
| 21 | font pango:Source Code Pro SemiBold 11 | 21 | # font pango:Source Code Pro SemiBold 9 |
| 22 | # font pango:Liberation Sans Mono Bold 11 | 22 | # font pango:Liberation Sans Mono Bold 11 |
| 23 | # font pango:DejaVu Sans Mono 12 | 23 | # font pango:DejaVu Sans Bold 9 |
| 24 | font pango:Roboto Nerd Font Bold 9 | ||
| 24 | 25 | ||
| 25 | # Before i3 v4.8, we used to recommend this one as the default: | 26 | # Before i3 v4.8, we used to recommend this one as the default: |
| 26 | # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 | 27 | # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 |
| @@ -31,6 +32,7 @@ font pango:Source Code Pro SemiBold 11 | |||
| 31 | 32 | ||
| 32 | # Use Mouse+$mod to drag floating windows to their wanted position | 33 | # Use Mouse+$mod to drag floating windows to their wanted position |
| 33 | floating_modifier $mod | 34 | floating_modifier $mod |
| 35 | # force_xinerama yes | ||
| 34 | 36 | ||
| 35 | # start a terminal | 37 | # start a terminal |
| 36 | # bindsym $mod+Return exec i3-sensible-terminal | 38 | # bindsym $mod+Return exec i3-sensible-terminal |
| @@ -40,6 +42,7 @@ bindsym $mod+t exec xfce4-terminal | |||
| 40 | # bindsym $mod+t exec termite | 42 | # bindsym $mod+t exec termite |
| 41 | # bindsym $mod+t exec urxvt | 43 | # bindsym $mod+t exec urxvt |
| 42 | bindsym $mod+e exec thunar | 44 | bindsym $mod+e exec thunar |
| 45 | bindsym $mod+l exec i3lock | ||
| 43 | 46 | ||
| 44 | # kill focused window | 47 | # kill focused window |
| 45 | bindsym $mod+Shift+q kill | 48 | bindsym $mod+Shift+q kill |
| @@ -50,8 +53,8 @@ bindsym Mod1+F4 kill | |||
| 50 | # There also is the (new) i3-dmenu-desktop which only displays applications | 53 | # There also is the (new) i3-dmenu-desktop which only displays applications |
| 51 | # shipping a .desktop file. It is a wrapper around dmenu, so you need that | 54 | # shipping a .desktop file. It is a wrapper around dmenu, so you need that |
| 52 | # installed. | 55 | # installed. |
| 53 | # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop | 56 | bindsym $mod+d exec --no-startup-id i3-dmenu-desktop |
| 54 | bindsym $mod+d exec --no-startup-id j4-dmenu-desktop | 57 | # bindsym $mod+d exec --no-startup-id j4-dmenu-desktop |
| 55 | 58 | ||
| 56 | 59 | ||
| 57 | 60 | ||
| @@ -124,16 +127,16 @@ bindsym $mod+Shift+8 move container to workspace 8 | |||
| 124 | bindsym $mod+Shift+9 move container to workspace music | 127 | bindsym $mod+Shift+9 move container to workspace music |
| 125 | bindsym $mod+Shift+0 move container to workspace background | 128 | bindsym $mod+Shift+0 move container to workspace background |
| 126 | 129 | ||
| 127 | workspace 1 output VGA1 | 130 | workspace 1 output DP-1 |
| 128 | workspace 2 output VGA1 | 131 | workspace 2 output DP-1 |
| 129 | workspace 3 output VGA1 | 132 | workspace 3 output DP-1 |
| 130 | workspace 4 output VGA1 | 133 | workspace 4 output DP-1 |
| 131 | workspace 5 output VGA1 | 134 | workspace 5 output HDMI-1 |
| 132 | workspace 6 output HDMI1 | 135 | workspace 6 output HDMI-1 |
| 133 | workspace 7 output HDMI1 | 136 | workspace 7 output HDMI-1 |
| 134 | workspace 8 output HDMI1 | 137 | workspace 8 output HDMI-1 |
| 135 | workspace "music" output HDMI1 | 138 | workspace "music" output HDMI-1 |
| 136 | workspace "background" output HDMI1 | 139 | workspace "background" output HDMI-1 |
| 137 | 140 | ||
| 138 | 141 | ||
| 139 | # reload the configuration file | 142 | # reload the configuration file |
| @@ -191,7 +194,8 @@ bar { | |||
| 191 | #font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 | 194 | #font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 |
| 192 | # font pango:DejaVu Sans Mono, Icons 8 | 195 | # font pango:DejaVu Sans Mono, Icons 8 |
| 193 | # font pango:DejaVu Sans Mono, Awesome 8 | 196 | # font pango:DejaVu Sans Mono, Awesome 8 |
| 194 | separator_symbol "┋" | 197 | # separator_symbol "┋" |
| 198 | separator_symbol "│" | ||
| 195 | position bottom | 199 | position bottom |
| 196 | # output VGA1 | 200 | # output VGA1 |
| 197 | binding_mode_indicator yes | 201 | binding_mode_indicator yes |
| @@ -227,10 +231,10 @@ bindsym Control+Mod1+Right workspace next_on_output | |||
| 227 | # bindsym $mod+Shift+semicolon move right | 231 | # bindsym $mod+Shift+semicolon move right |
| 228 | 232 | ||
| 229 | # change focus | 233 | # change focus |
| 230 | bindsym $mod+h focus left ; exec killall -USR1 i3status | 234 | # bindsym $mod+h focus left ; exec killall -USR1 i3status |
| 231 | bindsym $mod+j focus down ; exec killall -USR1 i3status | 235 | # bindsym $mod+j focus down ; exec killall -USR1 i3status |
| 232 | bindsym $mod+k focus up ; exec killall -USR1 i3status | 236 | # bindsym $mod+k focus up ; exec killall -USR1 i3status |
| 233 | bindsym $mod+l focus right ; exec killall -USR1 i3status | 237 | # bindsym $mod+l focus right ; exec killall -USR1 i3status |
| 234 | 238 | ||
| 235 | # move focused window | 239 | # move focused window |
| 236 | bindsym $mod+Shift+h move left | 240 | bindsym $mod+Shift+h move left |
| @@ -285,7 +289,8 @@ exec --no-startup-id dbus-launch nm-applet | |||
| 285 | 289 | ||
| 286 | # exec xrandr --output HDMI1 --fb 3270x1080 --scale 1.05468x1.05468 | 290 | # exec xrandr --output HDMI1 --fb 3270x1080 --scale 1.05468x1.05468 |
| 287 | # exec xrandr --output HDMI1 --fb 3270x1080 --right-of VGA1 --panning 1350x1080+1920+0 --scale 1.05468x1.05468 | 291 | # exec xrandr --output HDMI1 --fb 3270x1080 --right-of VGA1 --panning 1350x1080+1920+0 --scale 1.05468x1.05468 |
| 288 | exec /usr/bin/xrandr-reset.sh | 292 | exec xrandr --output HDMI-1 --right-of DP-1 |
| 293 | # exec /usr/bin/xrandr-reset.sh | ||
| 289 | 294 | ||
| 290 | # start compositor... | 295 | # start compositor... |
| 291 | exec --no-startup-id dbus-launch nitrogen --restore | 296 | exec --no-startup-id dbus-launch nitrogen --restore |
