diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 10:16:56 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 10:16:56 +0000 |
commit | c77858def67691eeed093b14120e3bf9455d8bfe (patch) | |
tree | d296d9cb68107b8da7493b49cebe2e07d14620d0 | |
parent | f6de4efc9c5041407cdba05893a8de8680961ed5 (diff) |
...
-rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 4 | ||||
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 4 | ||||
m--------- | nvim/.config/nvim/plugged/deoplete.nvim | 0 | ||||
-rw-r--r-- | rofi/.config/rofi/config | 51 | ||||
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 | ||||
-rw-r--r-- | x/.Xresources | 24 | ||||
-rw-r--r-- | x/.xinitrc | 3 |
7 files changed, 61 insertions, 29 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index c0f41f2..c76c7d5 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml | |||
@@ -36,13 +36,13 @@ font: | |||
36 | # - (macOS) Menlo | 36 | # - (macOS) Menlo |
37 | # - (Linux) monospace | 37 | # - (Linux) monospace |
38 | # - (Windows) Consolas | 38 | # - (Windows) Consolas |
39 | family: 'Fantasque Sans Mono' | 39 | family: 'Hermit' |
40 | 40 | ||
41 | # The `style` can be specified to pick a specific face. | 41 | # The `style` can be specified to pick a specific face. |
42 | style: Regular | 42 | style: Regular |
43 | 43 | ||
44 | # Point size | 44 | # Point size |
45 | size: 8.5 | 45 | size: 9 |
46 | 46 | ||
47 | offset: | 47 | offset: |
48 | x: 0 | 48 | x: 0 |
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 1f63767..ac37b7c 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -1,6 +1,7 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | sxhkd & | 3 | sxhkd & |
4 | urxvtd & | ||
4 | dunst & | 5 | dunst & |
5 | xset b off & | 6 | xset b off & |
6 | xset s 600 & | 7 | xset s 600 & |
@@ -11,7 +12,6 @@ compton --config ~/.config/compton.conf & | |||
11 | ~/scrypts/bat_check.sh & | 12 | ~/scrypts/bat_check.sh & |
12 | redshift -l 13.082680:80.270718 & | 13 | redshift -l 13.082680:80.270718 & |
13 | feh --bg-fill ~/Pictures/road.jpg & | 14 | feh --bg-fill ~/Pictures/road.jpg & |
14 | urxvtd & | ||
15 | 15 | ||
16 | bspc monitor -d term web music files code virt chat game IX X | 16 | bspc monitor -d term web music files code virt chat game IX X |
17 | 17 | ||
@@ -22,7 +22,7 @@ bspc config split_ratio 0.52 | |||
22 | bspc config borderless_monocle true | 22 | bspc config borderless_monocle true |
23 | bspc config gapless_monocle true | 23 | bspc config gapless_monocle true |
24 | 24 | ||
25 | bspc rule -a firefox desktop='^2' | 25 | bspc rule -a Firefox desktop='^2' |
26 | bspc rule -a Spotify desktop='^3' | 26 | bspc rule -a Spotify desktop='^3' |
27 | bspc rule -a telegram-desktop desktop='^7' | 27 | bspc rule -a telegram-desktop desktop='^7' |
28 | bspc rule -a Pcmanfm desktop='^4' | 28 | bspc rule -a Pcmanfm desktop='^4' |
diff --git a/nvim/.config/nvim/plugged/deoplete.nvim b/nvim/.config/nvim/plugged/deoplete.nvim | |||
Subproject 1ec8428fc4a150756dc793295b44f7e62544b5e | Subproject ebc9c155b0247314609e8d326e030adb3391f24 | ||
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config index b096ad7..499f20f 100644 --- a/rofi/.config/rofi/config +++ b/rofi/.config/rofi/config | |||
@@ -1,11 +1,42 @@ | |||
1 | rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi | 1 | rofi.modi: ssh,drun,run |
2 | rofi.lines: 6 | 2 | rofi.sidebar-mode: true |
3 | !rofi.separator-style: none | 3 | rofi.terminal: termite |
4 | !rofi.columns: 1 | 4 | rofi.ssh-client: ssh |
5 | rofi.font: Hermit 12 | 5 | rofi.ssh-command: {terminal} -e "{ssh-client} {host}" |
6 | !rofi.bw: 0 | 6 | rofi.opacity: 100 |
7 | !rofi.eh: 2 | 7 | rofi.width: 50 |
8 | !rofi.hide-scrollbar: true | 8 | rofi.lines: 8 |
9 | rofi.auto-select: false | 9 | rofi.columns: 1 |
10 | !rofi.display-drun:? | 10 | rofi.font: Hermit 12 |
11 | rofi.fg: #5294E2 | ||
12 | rofi.bg: #5d729f | ||
13 | rofi.fg-active: #34405a | ||
14 | rofi.fg-urgent: #34405a | ||
15 | rofi.hlfg-active: #5e73a0 | ||
16 | rofi.hlfg-urgent: #5e73a0 | ||
17 | rofi.bg-active: #34405a | ||
18 | rofi.bg-urgent: #34405a | ||
19 | rofi.hlbg-active: #5d729f | ||
20 | rofi.hlbg-urgent: #5d729f | ||
21 | rofi.bgalt: #5671a0 | ||
22 | rofi.hlfg: #34405a | ||
23 | rofi.hlbg: #34405a | ||
24 | rofi.bc: #789ee1 | ||
25 | ! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' | ||
26 | rofi.color-normal: #353944, #FFFFFF, #353944, #5294E2, #FFFFFF | ||
27 | rofi.color-normal: #353944, #FFFFFF, #353944, #5294E2, #FFFFFF | ||
28 | rofi.color-normal: #353944, #FFFFFF, #353944, #5294E2, #FFFFFF | ||
11 | 29 | ||
30 | ! 'background', 'border' | ||
31 | rofi.color-window: #353944, #404552 | ||
32 | rofi.bw: 10 | ||
33 | rofi.location: 0 | ||
34 | rofi.padding: 20 | ||
35 | rofi.levenshtein-sort: true | ||
36 | rofi.case-sensitive: false | ||
37 | rofi.fuzzy: false | ||
38 | rofi.line-margin: 2 | ||
39 | rofi.separator-style: solid | ||
40 | rofi.hide-scrollbar: true | ||
41 | rofi.markup-rows: false | ||
42 | rofi.scrollbar-width: 8 | ||
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 694eaea..63ca260 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -1,9 +1,9 @@ | |||
1 | # wm independent hotkeys | 1 | # wm independent hotkeys |
2 | ## terminal emulator | 2 | ## terminal emulator |
3 | super + Return | 3 | super + Return |
4 | urxvtc | 4 | alacritty |
5 | super + shift + Return | 5 | super + shift + Return |
6 | bspc rule -a \* -o state=floating && urxvtc | 6 | bspc rule -a \* -o state=floating && alacritty |
7 | 7 | ||
8 | # program launcher | 8 | # program launcher |
9 | super + @space | 9 | super + @space |
diff --git a/x/.Xresources b/x/.Xresources index 8ad8a5e..63035d7 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -13,9 +13,9 @@ URxvt.scrollTtyOutput: false | |||
13 | URxvt.scrollWithBuffer: true | 13 | URxvt.scrollWithBuffer: true |
14 | URxvt.scrollTtyKeypress: true | 14 | URxvt.scrollTtyKeypress: true |
15 | 15 | ||
16 | URxvt.font: xft:Hermit:style=Medium:size=9:antialias=true,xft:DejaVu Sans Mono:size=9:style=Medium:antialias=true | 16 | URxvt.font: xft:Hermit:size=9:style=medium:antialias=true |
17 | URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true | 17 | !URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true |
18 | URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true | 18 | !URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true |
19 | URxvt.letterSpace: 1 | 19 | URxvt.letterSpace: 1 |
20 | urxvt*termName: rxvt | 20 | urxvt*termName: rxvt |
21 | urxvt*scrollBar: false | 21 | urxvt*scrollBar: false |
@@ -57,14 +57,14 @@ URxvt*inheritPixmap: False | |||
57 | *color15: #e0dede | 57 | *color15: #e0dede |
58 | 58 | ||
59 | ! Perls | 59 | ! Perls |
60 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font | 60 | !URxvt.perl-ext-common : default,matcher,keyboard-select,url-select |
61 | URxvt.resize-font.step: 1 | 61 | !URxvt.resize-font.step: 1 |
62 | URxvt.keysym.M-Escape : perl:keyboard-select:activate | 62 | !URxvt.keysym.M-Escape : perl:keyboard-select:activate |
63 | URxvt.keysym.M-u : perl:url-select:select_next | 63 | !URxvt.keysym.M-u : perl:url-select:select_next |
64 | URxvt.keysym.M-s : perl:keyboard-select:search | 64 | !URxvt.keysym.M-s : perl:keyboard-select:search |
65 | !URxvt.perl-ext-common : tabbed,default,matcher | 65 | !URxvt.perl-ext-common : tabbed,default,matcher |
66 | !Urxvt.perl-lib : /usr/lib/urxvt/perl/ | 66 | !Urxvt.perl-lib : /usr/lib/urxvt/perl/ |
67 | URxvt.url-select.launcher : firefox | 67 | !URxvt.url-select.launcher : firefox |
68 | URxvt.url-select.autocopy : true | 68 | !URxvt.url-select.autocopy : true |
69 | URxvt.url-select.underline : true | 69 | !URxvt.url-select.underline : true |
70 | URxvt.url-select.button: 1 | 70 | !URxvt.url-select.button: 1 |
@@ -41,4 +41,5 @@ if [ -n "$DISPLAY" ]; then | |||
41 | fi | 41 | fi |
42 | 42 | ||
43 | xsetroot -cursor_name left_ptr | 43 | xsetroot -cursor_name left_ptr |
44 | exec dbus-launch bspwm | 44 | xset +fp /usr/share/fonts/liberation-fonts |
45 | exec bspwm | ||