Add pass to VSCode.

This commit is contained in:
2026-04-10 01:06:07 +02:00
parent 6e9f9457b6
commit 7b8b85aea8
3 changed files with 20 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
format = "<b>%s</b>\n%b" format = "<b>%s</b>\n%b"
alignment = left alignment = left
vertical_alignment = center vertical_alignment = center
show_indicators = yes show_indicators = no
word_wrap = yes word_wrap = yes
### Icons ### ### Icons ###

View File

@@ -26,6 +26,22 @@ monitor=DP-1, 2560x1440@144, 0x0, 1
monitor=DP-2, 1920x1200@60, 2560x0, 1 monitor=DP-2, 1920x1200@60, 2560x0, 1
##################
### GPU NVIDIA ###
##################
env = NVD_BACKEND,direct
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
env = QT_QPA_PLATFORMTHEME,hyprqt6engine
################### ###################
### MY PROGRAMS ### ### MY PROGRAMS ###
################### ###################
@@ -49,6 +65,7 @@ exec-once = $terminal
exec-once = waybar exec-once = waybar
exec-once = hyprpaper exec-once = hyprpaper
exec-once = hypridle exec-once = hypridle
exec-once = pass-secret-service
# exec-once = $terminal # exec-once = $terminal
# exec-once = nm-applet & # exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox

2
.gnupg/gpg-agent.conf Normal file
View File

@@ -0,0 +1,2 @@
default-cache-ttl 3600
max-cache-ttl 28800