Skip to content

Commit

Permalink
month release
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Nov 25, 2018
1 parent 40b5c75 commit a57633f
Show file tree
Hide file tree
Showing 58 changed files with 985 additions and 331 deletions.
28 changes: 7 additions & 21 deletions .Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,19 @@ URxvt.clipboard.pastecmd: xsel --output --clipboard
URxvt.title: rxvt-unicode
URxvt.saveLines: 10000

;URxvt.font: xft:Fira Code:size=10,style=regular
;URxvt.boldFont: xft:Fira Code:size=10,style=bold
;URxvt.italicFont: xft:Fira Code:size=10,style=bold
;URxvt.boldItalicFont: xft:Fira Code:size=10,style=bold

URxvt.font: xft:Source Code Pro:size=10,style=regular
URxvt.boldFont: xft:Source Code Pro:size=10,style=bold
URxvt.italicFont: xft:Source Code Pro:size=10,style=italic
URxvt.boldItalicFont: xft:Source Code Pro:size=10,style=bold
URxvt.font: xft:Iosevka:size=10,style=regular
URxvt.boldFont: xft:Iosevka:size=10,style=bold
URxvt.italicFont: xft:Iosevka:size=10,style=italic
URxvt.boldItalicFont: xft:Iosevka:size=10,style=bold
URxvt.lineSpace: -5

;URxvt.font: xft:Fira Code:size=10,style=regular
;URxvt.boldFont: xft:Fira Code:size=10,style=bold
;URxvt.italicFont: xft:Fira Code:size=10,style=bold
;URxvt.boldItalicFont: xft:Fira Code:size=10,style=bold

;URxvt*font: xft:PragmataPro:Regular:size=10
;URxvt*boldFont: xft:PragmataPro:Bold:size=10
;URxvt*italicFont: xft:PragmataPro:Italic:size=10
;URxvt*boldItalicFont: xft:Fantasque Sans Mono:Bold Italic:size=11
;URxvt*imFont: xft:Fantasque Sans Mono:Italic:size=11

URxvt.underlineColor: blue
URxvt.cursorBlink: true
URxvt.scrollBar: false
URxvt.troughColor: #000000
URxvt.troughColor: #100000

URxvt.transparent: false

Xft.dpi: 96

st.font: Fira Code:pixelsize=14:style=regular:antialias=true:autohint=true
4 changes: 4 additions & 0 deletions .Xresources.office
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
URxvt.font: xft:Iosevka:size=11,style=regular
URxvt.boldFont: xft:Iosevka:size=11,style=bold
URxvt.italicFont: xft:Iosevka:size=11,style=italic
URxvt.boldItalicFont: xft:Iosevka:size=11,style=bold
2 changes: 2 additions & 0 deletions .config/autorandr/postswitch
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ echo "$profile" > ~/.config/autorandr_profile
if [[ "$profile" =~ office ]]; then
redshift stop
fi

pkill dunst
6 changes: 3 additions & 3 deletions .config/i3/config.base
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1

gaps inner 1
gaps outer 0
gaps inner 3
gaps outer 2
smart_gaps on

hide_edge_borders both
font pango:Monaco 1
new_window 1pixel
focus_follows_mouse off
focus_follows_mouse yes

set $win Mod1
set $alt Mod4
Expand Down
2 changes: 1 addition & 1 deletion .config/i3/config.office
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ workspace 3 output $primary
workspace 4 output $primary
workspace s output $primary

workspace q output $secondary
workspace q output $primary
196 changes: 196 additions & 0 deletions .config/i3/layouts/1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
// vim:ts=4:sw=4:et
{
// splitv split container with 3 children
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.3,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.0733333333333333,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
},
{
// splith split container with 1 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"percent": 0.733333333333334,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 1,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
},
{
// splith split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"percent": 0.193333333333333,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
}
]
}

{
// splitv split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.7,
"type": "con",
"nodes": [
{
// splith split container with 1 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"percent": 0.8,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 1,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
},
{
// splith split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"percent": 0.2,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
}
]
}

109 changes: 109 additions & 0 deletions .config/i3/layouts/2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
// vim:ts=4:sw=4:et
{
// splith split container with 1 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"percent": 1,
"type": "con",
"nodes": [
{
// splitv split container with 1 children
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 1,
"type": "con",
"nodes": [
{
// splith split container with 1 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"percent": 1,
"type": "con",
"nodes": [
{
// splith split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"percent": 1,
"type": "con",
"nodes": [
{
// splitv split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
},
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 412,
"width": 564,
"x": 0,
"y": 0
},
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
}
]
}
]
}
]
}

Loading

0 comments on commit a57633f

Please sign in to comment.