Update configs
This commit is contained in:
parent
e90b442a58
commit
2e4cfc4c6a
6 changed files with 19 additions and 14 deletions
2
.bin/.e
2
.bin/.e
|
@ -7,7 +7,7 @@ declare -A mapper=(
|
||||||
["bspwm"]="$HOME/.config/bspwm/bspwmrc"
|
["bspwm"]="$HOME/.config/bspwm/bspwmrc"
|
||||||
["environment"]="$HOME/.config/environment"
|
["environment"]="$HOME/.config/environment"
|
||||||
["git"]="$HOME/.config/git/config"
|
["git"]="$HOME/.config/git/config"
|
||||||
["qutebrowser"]="$HOME/.config/qutebrowser/config.py"
|
["qutebrowser"]="$HOME/.config/qutebrowser/common.py"
|
||||||
["starship"]="$HOME/.config/starship.toml"
|
["starship"]="$HOME/.config/starship.toml"
|
||||||
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
||||||
["vim"]="$HOME/.config/vim/vimrc"
|
["vim"]="$HOME/.config/vim/vimrc"
|
||||||
|
|
|
@ -13,16 +13,18 @@
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
|
trustExitCode = true
|
||||||
[alias]
|
[alias]
|
||||||
|
b = branch -vv
|
||||||
ci = commit -v
|
ci = commit -v
|
||||||
cia = commit -v --amend
|
cia = commit -v --amend
|
||||||
dt = difftool
|
|
||||||
d = diff
|
d = diff
|
||||||
b = branch -vv
|
dc = diff --cached
|
||||||
logg = log --graph
|
ds = diff --stat
|
||||||
logo = log --graph --decorate --oneline --all
|
dt = difftool
|
||||||
diffc = diff --cached
|
dtc = difftool --cached
|
||||||
diffs = diff --stat
|
l = log --graph
|
||||||
|
lo = log --graph --decorate --oneline --all
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
tool = vim_mergetool
|
tool = vim_mergetool
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
import dracula.draw
|
import dracula.draw
|
||||||
|
|
||||||
def init(c):
|
def init(c):
|
||||||
|
c.auto_save.session = True
|
||||||
|
|
||||||
#c.colors.webpage.darkmode.enabled = True
|
#c.colors.webpage.darkmode.enabled = True
|
||||||
#c.colors.webpage.darkmode.policy.images = 'never'
|
#c.colors.webpage.darkmode.policy.images = 'never'
|
||||||
c.colors.webpage.preferred_color_scheme = 'dark'
|
c.colors.webpage.preferred_color_scheme = 'dark'
|
||||||
|
@ -10,6 +12,7 @@ def init(c):
|
||||||
c.content.headers.custom = {
|
c.content.headers.custom = {
|
||||||
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
||||||
}
|
}
|
||||||
|
#c.content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36"
|
||||||
c.content.tls.certificate_errors = 'block'
|
c.content.tls.certificate_errors = 'block'
|
||||||
|
|
||||||
c.downloads.position = 'bottom'
|
c.downloads.position = 'bottom'
|
||||||
|
@ -26,6 +29,7 @@ def init(c):
|
||||||
c.url.searchengines = {
|
c.url.searchengines = {
|
||||||
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||||
}
|
}
|
||||||
|
c.url.start_pages = ['rss.serguzim.me', 'open.spotify.com']
|
||||||
|
|
||||||
dracula.draw.blood(c, {
|
dracula.draw.blood(c, {
|
||||||
'spacing': {
|
'spacing': {
|
||||||
|
|
|
@ -5,10 +5,6 @@ config.load_autoconfig()
|
||||||
keybindings.init(config)
|
keybindings.init(config)
|
||||||
common.init(c)
|
common.init(c)
|
||||||
|
|
||||||
c.auto_save.session = True
|
|
||||||
|
|
||||||
c.url.start_pages = ['rss.serguzim.me', 'open.spotify.com']
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
if socket.gethostname() == 'portalo':
|
if socket.gethostname() == 'portalo':
|
||||||
c.zoom.default = 125
|
c.zoom.default = 125
|
||||||
|
|
|
@ -23,6 +23,9 @@ def init(c):
|
||||||
c.bind(',q', 'spawn --userscript qr {url}')
|
c.bind(',q', 'spawn --userscript qr {url}')
|
||||||
c.bind(',Q', 'hint links spawn --userscript qr {hint-url}')
|
c.bind(',Q', 'hint links spawn --userscript qr {hint-url}')
|
||||||
|
|
||||||
|
# cookies
|
||||||
|
c.bind(',cd', 'jseval document.cookie = "XDEBUG_SESSION=phpstorm; expires=Fri, 01 Jan 9999 00:00:00 GMT; path=/"')
|
||||||
|
|
||||||
c.bind('<Alt-9>', 'tab-focus 9')
|
c.bind('<Alt-9>', 'tab-focus 9')
|
||||||
|
|
||||||
c.bind('<Ctrl-Tab>', 'tab-next')
|
c.bind('<Ctrl-Tab>', 'tab-next')
|
||||||
|
|
|
@ -456,7 +456,7 @@ player_competitive_maplist_2v2_10_0_E75D3568 "mg_de_train,mg_de_lake,mg_de_infer
|
||||||
player_competitive_maplist_8_10_0_34A40040 "mg_de_mirage,mg_de_inferno,mg_de_dust2,mg_de_train,mg_de_cache"
|
player_competitive_maplist_8_10_0_34A40040 "mg_de_mirage,mg_de_inferno,mg_de_dust2,mg_de_train,mg_de_cache"
|
||||||
player_nevershow_communityservermessage "0"
|
player_nevershow_communityservermessage "0"
|
||||||
player_survival_list_10_0_303 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_vineyard,mg_dz_ember"
|
player_survival_list_10_0_303 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_vineyard,mg_dz_ember"
|
||||||
player_teamplayedlast "3"
|
player_teamplayedlast "2"
|
||||||
player_wargames_list2_10_0_E04 "mg_skirmish_flyingscoutsman,mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_retakes"
|
player_wargames_list2_10_0_E04 "mg_skirmish_flyingscoutsman,mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_retakes"
|
||||||
r_drawmodelstatsoverlaymax "1.5"
|
r_drawmodelstatsoverlaymax "1.5"
|
||||||
r_drawmodelstatsoverlaymin "0.1"
|
r_drawmodelstatsoverlaymin "0.1"
|
||||||
|
@ -494,7 +494,7 @@ snd_menumusic_volume "0.031492"
|
||||||
snd_mix_async "1"
|
snd_mix_async "1"
|
||||||
snd_mix_async_onetime_reset "1"
|
snd_mix_async_onetime_reset "1"
|
||||||
snd_mixahead "0.025"
|
snd_mixahead "0.025"
|
||||||
snd_music_selection "1"
|
snd_music_selection "2"
|
||||||
snd_music_volume_onetime_reset_2 "1"
|
snd_music_volume_onetime_reset_2 "1"
|
||||||
snd_musicvolume_multiplier_inoverlay "0.100000"
|
snd_musicvolume_multiplier_inoverlay "0.100000"
|
||||||
snd_mute_losefocus "0"
|
snd_mute_losefocus "0"
|
||||||
|
@ -527,7 +527,7 @@ sv_logsdir "logs"
|
||||||
sv_noclipaccelerate "5"
|
sv_noclipaccelerate "5"
|
||||||
sv_noclipspeed "5"
|
sv_noclipspeed "5"
|
||||||
sv_pvsskipanimation "1"
|
sv_pvsskipanimation "1"
|
||||||
sv_skyname "sky_cs15_daylight03_hdr"
|
sv_skyname "sky_hr_aztec"
|
||||||
sv_specaccelerate "5"
|
sv_specaccelerate "5"
|
||||||
sv_specnoclip "1"
|
sv_specnoclip "1"
|
||||||
sv_specspeed "3"
|
sv_specspeed "3"
|
||||||
|
|
Loading…
Reference in a new issue