Compare commits
5 commits
b446242ef5
...
137fb59187
Author | SHA1 | Date | |
---|---|---|---|
![]() |
137fb59187 | ||
![]() |
2fa9461357 | ||
![]() |
0dafc46a6d | ||
![]() |
a8d255a6f5 | ||
![]() |
8ed1404931 |
6 changed files with 23 additions and 4 deletions
|
@ -68,3 +68,4 @@ SETUVAR fish_pager_color_selected_completion:\x1d
|
|||
SETUVAR fish_pager_color_selected_description:\x1d
|
||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||
SETUVAR fish_user_paths:/home/matt/\x2elocal/share/pnpm\x1e/home/matt/\x2elocal/share/nvim/mason/bin\x1e/home/matt/\x2eyarn/bin\x1e/home/matt/\x2elocal/share/npm/bin\x1e/home/matt/\x2elocal/share/bob/nvim\x2dbin\x1e/home/matt/\x2elocal/share/bun/bin\x1e/usr/lib/go/bin\x1e/usr/lib/rustup/bin\x1e/sbin\x1e/bin\x1e/usr/sbin\x1e/usr/bin\x1e/usr/local/sbin\x1e/usr/local/bin\x1e/home/matt/\x2elocal/share/cargo/bin\x1e/home/matt/\x2elocal/share/go/bin\x1e/home/matt/\x2elocal/bin/color\x2dscripts\x1e/home/matt/\x2elocal/bin
|
||||
SETUVAR fish_user_paths:/home/kappa/bin\x1e/home/kappa/\x2elocal/share/nvim/mason/bin\x1e/home/kappa/\x2elocal/share/go/bin\x1e/home/kappa/\x2elocal/bin/color\x2dscripts\x1e/home/kappa/\x2elocal/bin\x1e/home/matt/\x2elocal/share/pnpm\x1e/home/matt/\x2elocal/share/nvim/mason/bin\x1e/home/matt/\x2eyarn/bin\x1e/home/matt/\x2elocal/share/npm/bin\x1e/home/matt/\x2elocal/share/bob/nvim\x2dbin\x1e/home/matt/\x2elocal/share/bun/bin\x1e/usr/lib/go/bin\x1e/usr/lib/rustup/bin\x1e/sbin\x1e/bin\x1e/usr/sbin\x1e/usr/bin\x1e/usr/local/sbin\x1e/usr/local/bin\x1e/home/matt/\x2elocal/share/cargo/bin\x1e/home/matt/\x2elocal/share/go/bin\x1e/home/matt/\x2elocal/bin/color\x2dscripts\x1e/home/matt/\x2elocal/bin
|
||||
|
|
|
@ -57,10 +57,13 @@ fish_add_path $XDG_DATA_HOME/bob/nvim-bin
|
|||
fish_add_path $XDG_DATA_HOME/npm/bin
|
||||
fish_add_path $XDG_DATA_HOME/nvim/mason/bin
|
||||
fish_add_path $HOME/.yarn/bin
|
||||
fish_add_path $HOME/bin
|
||||
fish_add_path $XDG_DATA_HOME/pnpm
|
||||
|
||||
eval "$(rbenv init -)"
|
||||
|
||||
# Editor
|
||||
set -xg EDITOR nvim
|
||||
set -xg EDITOR vim
|
||||
set -xg VISUAL $EDITOR
|
||||
set -xg SUDO_EDITOR $EDITOR
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
helper = libsecret
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
editor = vim
|
||||
pager = delta
|
||||
excludesfile = ~/.config/git/ignore
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
|||
line-numbers = true
|
||||
|
||||
[merge]
|
||||
tool = nvimdiff
|
||||
tool = vimdiff
|
||||
conflictstyle = diff3
|
||||
|
||||
[diff]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
monitor=eDP-1, preferred, auto, 1
|
||||
|
||||
# Second Monitor
|
||||
monitor=DP-3, 2560x1080@74.99, 0x0,1.0
|
||||
monitor=HDMI-A-1, preferred, auto,1.0
|
||||
|
||||
# Third Monitor
|
||||
monitor=HDMI-A-1, 1920x1080@74.97, 2560x300,1.0
|
||||
|
|
|
@ -180,6 +180,7 @@ ext cbz, has zathura, X, flag f = zathura -- "$@"
|
|||
mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@"
|
||||
mime ^image/svg, has display, X, flag f = display -- "$@"
|
||||
|
||||
mime ^image, has qimgv, X, flag f = qimgv -- "$@"
|
||||
mime ^image, has imv, X, flag f = imv -- "$@"
|
||||
mime ^image, has pqiv, X, flag f = pqiv -- "$@"
|
||||
mime ^image, has sxiv, X, flag f = sxiv -- "$@"
|
||||
|
|
|
@ -13,4 +13,18 @@
|
|||
"margin-bottom": 0,
|
||||
"margin-right": 10,
|
||||
},
|
||||
{
|
||||
"include": "~/.config/waybar/bars/bar-2.jsonc",
|
||||
"height": 48,
|
||||
"layer": "top",
|
||||
"output": "HDMI-A-1",
|
||||
"mode": "dock",
|
||||
"exclusive": true,
|
||||
"passtrough": false,
|
||||
"gtk-layer-shell": true,
|
||||
"margin-top": 5,
|
||||
"margin-left": 5,
|
||||
"margin-bottom": 0,
|
||||
"margin-right": 10,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue