dotfiles

Cross platform dotfiles for linux, mac and windows

commit 7b7d133cbc30693d89c7f66625d67aab013dd3f2
parent 596a45ddca41e2b69a114948e4413ef0787a4f35
Author: Bharatvaj <bharatvajph@gmail.com>
Date: Sat, 25 Nov 2017 05:47:05 +0530

Returned to the classic i3
2 files changed, 14 insertions(+), 13 deletions(-)
M
.Xdefaults
|
18
+++++++++---------
M
.config/i3/config
|
9
+++++----
diff --git a/.Xdefaults b/.Xdefaults
@@ -18,20 +18,20 @@ Xft.dpi: 96
 ! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
 !-------------------------------------------------------------------------------
 
-URxvt.depth:                32
-URxvt.geometry:             90x30
-URxvt*transparent:          true
-URxvt*shading:              35
+URxvt.depth:                14
+URxvt.geometry:             200x100
+URxvt*transparent:          false
+URxvt*shading:              5
 !URxvt*tintColor:            #ffffff
-URxvt*blurRadius:           15
+URxvt*blurRadius:           0
 !URxvt.urgentOnBell:         false
-!URxvt.visualBell:           false
+URxvt.visualBell:           false
 URxvt.loginShell:           true
-URxvt.internalBorder:       5
+URxvt.internalBorder:       6
 URxvt.lineSpace:            0
 
 ! Fonts
-URxvt.font: xft:Uni Mono:pixelsize=12
+URxvt.font: xft:Fira Mono:pixelsize=11
 
 ! Scrollbar
 !URxvt.scrollStyle:          rxvt

@@ -40,7 +40,7 @@ URxvt.scrollBar:            false
 ! Perl extensions
 URxvt.perl-ext-common:      default,matcher
 URxvt.matcher.button:       1
-URxvt.url-launcher:          surf
+URxvt.url-launcher:         firefox
 
 ! Cursor
 URxvt.cursorBlink:          true
diff --git a/.config/i3/config b/.config/i3/config
@@ -150,10 +150,11 @@ mode "resize" {
 
 bindsym $mod+r mode "resize"
 
-client.focused       #f5f5f5 #f5f5f5 #000000 #000000
+client.focused       #f5f5f5 #f5f5f5 #000000 #f5f5f5
 #client.unfocused     #686a66 #686a66 #ffffff #000000
 
-gaps inner 10
-gaps outer 0
-
 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"