dotfiles

Cross platform dotfiles for linux, mac and windows

commit 6837a9504a7868a0f1e1d41b4b4b681dd846d2c9
parent 7b7d133cbc30693d89c7f66625d67aab013dd3f2
Author: Bharatvaj <bharatvajph@gmail.com>
Date: Fri, 22 Jun 2018 23:20:23 +0530

Added status bar and disabled "fake" transparency
2 files changed, 16 insertions(+), 14 deletions(-)
M
.Xdefaults
|
21
+++++++++++----------
M
.config/i3/config
|
9
+++++----
diff --git a/.Xdefaults b/.Xdefaults
@@ -1,15 +1,13 @@
 !-------------------------------------------------------------------------------
 ! Xft settings
 !-------------------------------------------------------------------------------
-
+Xft.autohint:		    0
 Xft.dpi:                    96
 Xft.antialias:              true
 Xft.rgba:                   rgb
 Xft.hinting:                true
 Xft.hintstyle:              hintslight
-Xft.lcdfilter:lcddefault
-Xft.autohint: 0
-Xft.dpi: 96
+Xft.lcdfilter:		    lcddefault
 
 !-------------------------------------------------------------------------------
 ! URxvt settings

@@ -18,11 +16,11 @@ Xft.dpi: 96
 ! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
 !-------------------------------------------------------------------------------
 
-URxvt.depth:                14
-URxvt.geometry:             200x100
+URxvt.depth:                32
+URxvt.geometry:             70x20
 URxvt*transparent:          false
-URxvt*shading:              5
-!URxvt*tintColor:            #ffffff
+!URxvt*shading:              30
+URxvt*tintColor:            #ffffff
 URxvt*blurRadius:           0
 !URxvt.urgentOnBell:         false
 URxvt.visualBell:           false

@@ -34,7 +32,7 @@ URxvt.lineSpace:            0
 URxvt.font: xft:Fira Mono:pixelsize=11
 
 ! Scrollbar
-!URxvt.scrollStyle:          rxvt
+URxvt.scrollStyle:          rxvt
 URxvt.scrollBar:            false
 
 ! Perl extensions

@@ -48,9 +46,12 @@ URxvt.cursorUnderline:      false
 
 ! Pointer
 URxvt.pointerBlank:         true
+
+URxvt.keysym.C-N: exec urxvtc
+
 ! special
 *.foreground:   #d0d0d0
-*.background:   #000000
+*.background:   rgba:0000/0000/0200/c800
 *.cursorColor:  #d0d0d0
 
 ! black
diff --git a/.config/i3/config b/.config/i3/config
@@ -30,7 +30,8 @@ font pango:monospace 8
 floating_modifier $mod
 
 # start a terminal
-bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+Return exec --no-startup-id urxvt -name floating
+for_window [class="URxvt" instance="floating"] floating enable
 
 # kill focused window
 bindsym $mod+Shift+q kill

@@ -155,6 +156,6 @@ client.focused       #f5f5f5 #f5f5f5 #000000 #f5f5f5
 
 new_window 1pixel
 
-bindsym $mod+F1 exec urxvt -e bash -c "/home/testui/cmake_and_make.sh"
-
-bindsym $mod+F2 exec urxvt -e bash -c "/home/testui/UniversalUITest/build/app/build/app"
+bar {
+        status_command i3status
+}