8 Commits

Author SHA1 Message Date
  Alois Mahdal e0b14c7f98 Welcome, Blueman 5 years ago
  Alois Mahdal 74117d3dc5 Goodbye, Psi-Plus 5 years ago
  Alois Mahdal cac4c94ffa Reload .Xdefaults when restarting i3 5 years ago
  Alois Mahdal 393162fa00 Add shortcuts for quick zoom-in and reset 5 years ago
  Alois Mahdal d36cbf5d8b Update config for newer qutebrowser 5 years ago
  Alois Mahdal 20b8aee74b Add query for Debuian Security Tracker 5 years ago
  Alois Mahdal d84382d0aa Add zenburn XClock colors 5 years ago
  Alois Mahdal 762a84bf50 Add mdvimb styles to configuration 5 years ago

+ 1
- 0
dotfiles/bash/main.bashrc View File

496
 export PRETTY_DEBUG_EXCLUDE=inigrep
496
 export PRETTY_DEBUG_EXCLUDE=inigrep
497
 
497
 
498
 export MDVIMB__CONVERTER=commonmark
498
 export MDVIMB__CONVERTER=commonmark
499
+export MDVIMB__STYLE=darkzen    # pergamen
499
 
500
 
500
 #shellcheck disable=SC2034
501
 #shellcheck disable=SC2034
501
 {
502
 {

+ 9
- 0
dotfiles/config/Xlib/colorscheme/zenburn.Xdefaults View File

42
 xterm*color7:           #DDDDDD
42
 xterm*color7:           #DDDDDD
43
 xterm*color15:          #FFFFFF
43
 xterm*color15:          #FFFFFF
44
 
44
 
45
+XClock*foreground:      #FFC125
46
+XClock*background:      #000000
47
+XClock*update:          1
48
+XClock*majorColor:      #94bff3
49
+XClock*minorColor:      #705050
50
+XClock*hourColor:       #60b48a
51
+XClock*minuteColor:     #60b48a
52
+XClock*secondColor:     #dc8cc3
53
+
45
 !
54
 !
46
 ! Hints:
55
 ! Hints:
47
 !
56
 !

+ 1
- 0
dotfiles/config/bmo/wish.ini View File

58
     dd      = http://devdocs.io/%s
58
     dd      = http://devdocs.io/%s
59
     ddg     = https://duckduckgo.com/html/?q=%s
59
     ddg     = https://duckduckgo.com/html/?q=%s
60
     deb     = https://packages.debian.org/search?keywords=%s
60
     deb     = https://packages.debian.org/search?keywords=%s
61
+    debsec  = https://security-tracker.debian.org/tracker/%s
61
     fas     = https://admin.fedoraproject.org/accounts/user/view/%s
62
     fas     = https://admin.fedoraproject.org/accounts/user/view/%s
62
     fd      = http://foldoc.org/%s
63
     fd      = http://foldoc.org/%s
63
     g       = http://www.google.com/search?q=%s
64
     g       = http://www.google.com/search?q=%s

+ 31
- 0
dotfiles/config/mdvimb/css/darkzen.css View File

1
+body {
2
+    background-color: #111;
3
+    font-family: sans-serif;
4
+    padding: 2em 4em 2em 4em;
5
+    color: #ddd;
6
+}
7
+
8
+code {
9
+    color: #977;
10
+    background-color: #100;
11
+}
12
+
13
+pre {
14
+    padding: 1em ;
15
+    background-color: #100;
16
+}
17
+
18
+blockquote {
19
+    padding: 0.5em 1em 0.5em 1em;
20
+    border-left: solid 0.2em #8ae;
21
+    background-color: #112;
22
+}
23
+
24
+a:hover {
25
+    color: #cf8;
26
+}
27
+
28
+a {
29
+    color: #da8;
30
+}
31
+

+ 30
- 0
dotfiles/config/mdvimb/css/pergamen.css View File

1
+body {
2
+    background-color: #ffc;
3
+    font-family: sans-serif;
4
+    padding: 2em 4em 2em 4em;
5
+}
6
+
7
+code {
8
+    color: #900;
9
+    background-color: #fec;
10
+}
11
+
12
+pre {
13
+    padding: 1em ;
14
+    background-color: #fec;
15
+}
16
+
17
+blockquote {
18
+    padding: 0.5em 1em 0.5em 1em;
19
+    border-left: solid 0.2em #99e;
20
+    background-color: #eef;
21
+}
22
+
23
+a {
24
+    color: #99e;
25
+}
26
+
27
+a:hover {
28
+    color: #77c;
29
+}
30
+

+ 3
- 1
dotfiles/config/qutebrowser/config.py View File

1
 c.tabs.tabs_are_windows = True
1
 c.tabs.tabs_are_windows = True
2
-c.scrolling.bar = True
2
+c.scrolling.bar = 'always'
3
 config.bind('yY', 'yank')
3
 config.bind('yY', 'yank')
4
 config.bind('yy', 'yank -s')
4
 config.bind('yy', 'yank -s')
5
 config.bind('b', 'back')
5
 config.bind('b', 'back')
6
 config.bind('m', 'forward')
6
 config.bind('m', 'forward')
7
+config.bind('1', 'zoom 100')
8
+config.bind('2', 'zoom 150')

+ 2
- 2
dotfiles/i3/config View File

156
 bindsym $mod+Shift+Tab move scratchpad
156
 bindsym $mod+Shift+Tab move scratchpad
157
 bindsym $mod+Tab scratchpad show
157
 bindsym $mod+Tab scratchpad show
158
 
158
 
159
-bindsym $mod+Shift+r restart
159
+bindsym $mod+Shift+r exec "xrdb .Xdefaults; i3-msg restart"
160
 
160
 
161
 #                       BORDER          BACKGROUND      TEXT            INDICATOR
161
 #                       BORDER          BACKGROUND      TEXT            INDICATOR
162
 client.focused          $col_c_focd_bor $col_c_focd_bgn $col_c_focd_txt $col_c_focd_ind
162
 client.focused          $col_c_focd_bor $col_c_focd_bgn $col_c_focd_txt $col_c_focd_ind
455
 
455
 
456
 exec "newfeh"
456
 exec "newfeh"
457
 exec "dunst"
457
 exec "dunst"
458
-exec "psi-plus"
459
 exec "dropbox start"
458
 exec "dropbox start"
460
 exec "urxvt -e weechat"
459
 exec "urxvt -e weechat"
461
 exec "nm-applet"
460
 exec "nm-applet"
461
+exec "blueman-applet"
462
 exec "shutter --min_at_startup"
462
 exec "shutter --min_at_startup"
463
 exec "/opt/keybase/Keybase"
463
 exec "/opt/keybase/Keybase"