all repos — dotfiles @ 7add704f89b0012f766246bd61c9f4e53c367492

linux dotfiles

update i3config

- changed my terminal to urxvt
- now using nerd fonts for i3bar
Prithu Goswami prithugoswami524@gmail.com
Mon, 16 Apr 2018 21:27:48 +0530
commit

7add704f89b0012f766246bd61c9f4e53c367492

parent

0830e29fef577a88954687fedb0856868c58c755

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M .config/i3/config.config/i3/config

@@ -33,7 +33,7 @@ # 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

@@ -48,7 +48,6 @@ bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop

# Rofi bindsym $mod+d exec rofi -show run -lines 10 -eh 2 -padding 50 -bc "#2f343f" -bg "#2f343f" -fg "#f3f4f5" -hlbg "#2f343f" -hlfg "#9575cd" -locatin 0 - # change focus

@@ -220,6 +219,7 @@

# Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { + font pango: NotoSans Regular Nerd Font 8 colors{ background $inactive-bg-color }