diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-12-01 20:21:04 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-12-01 20:21:04 +0000 |
commit | 1ff834e2b06761b083df9959d6c3d6bd2a94d2de (patch) | |
tree | abb8ff13bab1c6b5a0c0b17f2d29c058358d2135 /x | |
parent | 90e96958f919df1f914381e93a97d77506fdcf03 (diff) |
mah thinkpad
Diffstat (limited to 'x')
-rwxr-xr-x | x/.Xresources | 9 | ||||
-rwxr-xr-x | x/.xinitrc | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/x/.Xresources b/x/.Xresources index 835e93d..98f8dca 100755 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -47,11 +47,11 @@ | |||
47 | *color15: base07 | 47 | *color15: base07 |
48 | 48 | ||
49 | URxvt.cursorBlink : 1 | 49 | URxvt.cursorBlink : 1 |
50 | URxvt.font :xft:JetBrainsMono Nerd Font Mono:pixelsize=13:style=Regular \ | 50 | URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \ |
51 | xft:DejaVu Sans Mono:size=13:style=Medium | 51 | xft:DejaVu Sans Mono:size=13:style=Medium |
52 | 52 | ||
53 | URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:pixelsize=13:style=Italic | 53 | URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Italic |
54 | URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:pixelsize=13:style=Bold | 54 | URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Bold |
55 | 55 | ||
56 | URxvt.lineSpace : 0 | 56 | URxvt.lineSpace : 0 |
57 | URxvt.letterSpace : 0 | 57 | URxvt.letterSpace : 0 |
@@ -76,5 +76,6 @@ Xft.antialias: 1 | |||
76 | Xft.hinting: 1 | 76 | Xft.hinting: 1 |
77 | Xft.autohint: 0 | 77 | Xft.autohint: 0 |
78 | Xft.hintstyle: hintslight | 78 | Xft.hintstyle: hintslight |
79 | Xft.rgba: rgb | 79 | Xft.rgba: rgb |
80 | Xft.dpi: 120 | ||
80 | Xft.lcdfilter: lcddefault | 81 | Xft.lcdfilter: lcddefault |
@@ -1,9 +1,5 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | #/usr/bin/prime-offload & | ||
3 | xrdb -merge ~/.Xresources & | 2 | xrdb -merge ~/.Xresources & |
4 | setxkbmap -layout us -option caps:ctrl_modifier & | 3 | setxkbmap -layout us -option caps:ctrl_modifier & |
5 | xcape -e 'Caps_Lock=Escape' & | 4 | xcape -e 'Caps_Lock=Escape' & |
6 | # xrandr --setprovideroutputsource modesetting NVIDIA-0 | ||
7 | # xrandr --auto | ||
8 | # exec dbus-launch --exit-with-session bspwm | ||
9 | exec dbus-run-session bspwm | 5 | exec dbus-run-session bspwm |