Various updates
This commit is contained in:
parent
5b4686f3b9
commit
e6ff121cc7
6 changed files with 19 additions and 1 deletions
1
config/fish/conf.d/deno.fish
Normal file
1
config/fish/conf.d/deno.fish
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
source "/home/green/.deno/env.fish"
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR --export GOROOT:/usr/lib64/go1\x2e26\x2e5/go
|
SETUVAR --export GOROOT:/usr/lib64/go1\x2e26\x2e5/go
|
||||||
|
SETUVAR --export SOPS_AGE_KEY_FILE:/home/green/\x2eage/key\x2etxt
|
||||||
SETUVAR __fish_initialized:4300
|
SETUVAR __fish_initialized:4300
|
||||||
SETUVAR fish_user_paths:/usr/lib64/go1\x2e26\x2e5/go/bin\x1e/home/green/\x2ecargo/bin\x1e/home/green/\x2elocal/bin\x1e/home/green/\x2elocal/share/npm/bin
|
SETUVAR fish_user_paths:/usr/lib64/go1\x2e26\x2e5/go/bin\x1e/home/green/\x2ecargo/bin\x1e/home/green/\x2elocal/bin\x1e/home/green/\x2elocal/share/npm/bin
|
||||||
|
|
|
||||||
3
config/fish/functions/k.fish
Normal file
3
config/fish/functions/k.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
function k --wraps kubectl --description 'alias kubectl'
|
||||||
|
kubectl $argv
|
||||||
|
end
|
||||||
12
config/picom/picom.conf
Normal file
12
config/picom/picom.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# picom configuration
|
||||||
|
#
|
||||||
|
# NOTE: This file exists but is NOT currently used. picom is launched directly
|
||||||
|
# from xinitrc with: picom --backend glx --vsync
|
||||||
|
#
|
||||||
|
# Kept here for reference. The xrender + sync-fence approach was tried to fix
|
||||||
|
# AMDGPU page flip failures when opening emacsclient -c frames, but caused
|
||||||
|
# worse compositing performance for all other programs.
|
||||||
|
#
|
||||||
|
# The underlying issue: emacsclient -c + picom (glx, vsync) causes AMDGPU
|
||||||
|
# page flip failures on AMD Phoenix hardware. No picom-side fix found yet.
|
||||||
|
# See: https://github.com/yshui/picom/issues (search "amdgpu page flip")
|
||||||
|
|
@ -16,3 +16,4 @@ export PATH="/usr/local/bin:$PATH"
|
||||||
export PATH="$PATH:/home/green/.lmstudio/bin"
|
export PATH="$PATH:/home/green/.lmstudio/bin"
|
||||||
# End of LM Studio CLI section
|
# End of LM Studio CLI section
|
||||||
|
|
||||||
|
. "/home/green/.deno/env"
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@ pipewire-pulse &
|
||||||
wireplumber &
|
wireplumber &
|
||||||
|
|
||||||
# Compositor - eliminates screen tearing
|
# Compositor - eliminates screen tearing
|
||||||
picom --backend glx --vsync &
|
# picom --backend glx &
|
||||||
|
|
||||||
exec stumpwm
|
exec stumpwm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue