diff options
| author | benj <benj@rse8.com> | 2026-04-01 16:23:43 +0800 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2026-04-01 16:23:43 +0800 |
| commit | dd6884a7e290bfedf94ba8c8088ace6df43af02a (patch) | |
| tree | c2f51f9f2881ba8d26f0607301d5e28f99572219 | |
| parent | 1728a04d6017580eb4beed79db145d8bcae6f515 (diff) | |
| download | mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.gz mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.bz2 mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.lz mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.xz mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.zst mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.zip | |
some lagging .setup->.mycfg stuff
Diffstat (limited to '')
| l---------[-rw-r--r--] | .Xresources | 103 | ||||
| -rw-r--r-- | .alacritty.toml | 2 | ||||
| -rw-r--r-- | .bash_profile | 2 | ||||
| -rw-r--r-- | .gitignore | 2 |
4 files changed, 5 insertions, 104 deletions
diff --git a/.Xresources b/.Xresources index f70b7ba..70e956f 100644..120000 --- a/.Xresources +++ b/.Xresources @@ -1,102 +1 @@ -Xft.antialias: true -Xft.hinting: true -Xft.rgba: rgb -Xft.hintstyle: hintfull -Xft.dpi: 185 - -! ------------------------------------------------------------------------------ -! Solarized Dark colors -! ------------------------------------------------------------------------------ -#define S_base03 #002b36 -#define S_base02 #073642 -#define S_base01 #586e75 -#define S_base00 #657b83 -#define S_base0 #839496 -#define S_base1 #93a1a1 -#define S_base2 #eee8d5 -#define S_base3 #fdf6e3 - -*background: S_base03 -*foreground: S_base0 -*fadeColor: S_base03 -*cursorColor: S_base1 -*pointerColorBackground:S_base01 -*pointerColorForeground:S_base1 - -#define S_yellow #b58900 -#define S_orange #cb4b16 -#define S_red #dc322f -#define S_magenta #d33682 -#define S_violet #6c71c4 -#define S_blue #268bd2 -#define S_cyan #2aa198 -#define S_green #859900 - -!! black dark/light -*color0: S_base02 -*color8: S_base03 - -!! red dark/light -*color1: S_red -*color9: S_orange - -!! green dark/light -*color2: S_green -*color10: S_base01 - -!! yellow dark/light -*color3: S_yellow -*color11: S_base00 - -!! blue dark/light -*color4: S_blue -*color12: S_base0 - -!! magenta dark/light -*color5: S_magenta -*color13: S_violet - -!! cyan dark/light -*color6: S_cyan -*color14: S_base1 - -!! white dark/light -*color7: S_base2 -*color15: S_base3 - -! ------------------------------------------------------------------------------ -! URxvt configs -URxvt*font: xft:Source Code Pro Medium:size=9 -URxvt*italicFont: xft:Source Code Pro Medium:size=9:italic:autohint=true:pixelsize=9 -URxvt*scrollBar: false -URxvt.letterSpace: -1 - -URxvt*scrollTtyOutput: false -URxvt*scrollWithBuffer: true -URxvt*scrollTtyKeypress: true - -URxvt.keysym.Shift-Control-V: eval:paste_clipboard -URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard - -!Disable keycap picture insert mode -URxvt.iso14755: false -URxvt.iso14755_52: false -! ------------------------------------------------------------------------------ -! Rofi configs -! ------------------------------------------------------------------------------ - -rofi.color-enabled: true -rofi.color-window: #2e3440, #2e3440, #2e3440 -rofi.color-normal: #2e3440, #d8dee9, #2e3440, #2e3440, #bf616a -rofi.color-active: #2e3440, #b48ead, #2e3440, #2e3440, #93e5cc -rofi.color-urgent: #2e3440, #ebcb8b, #2e3440, #2e3440, #ebcb8b -rofi.modi: drun,window - -! ------------------------------------------------------------------------------ -! Dmenu configs -! ------------------------------------------------------------------------------ - -dmenu.selforeground: #d8dee9 -dmenu.background: #2e3440 -dmenu.selbackground: #bf616a -dmenu.foreground: #d8dee9 +.Xresources
\ No newline at end of file diff --git a/.alacritty.toml b/.alacritty.toml index 7ab16b1..c3dba7f 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -1,5 +1,5 @@ general.import = [ - "~/.setup/solarized_dark.toml" + "~/.mycfg/solarized_dark.toml" ] [bell] diff --git a/.bash_profile b/.bash_profile index 984e8a9..3b332c1 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,7 +10,7 @@ export PATH [[ -f ~/.bashrc ]] && . ~/.bashrc -source ~/.setup/.bash_profile.local +source ~/.mycfg/.bash_profile.local # opam configuration test -r /home/benj/.opam/opam-init/init.sh && . /home/benj/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true @@ -222,3 +222,5 @@ poetry.toml # End of https://www.toptal.com/developers/gitignore/api/python + +settings.local.json
\ No newline at end of file |
