diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c5f6230..ee2f1df 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -33,7 +33,7 @@ format = "%s\n%b" alignment = left vertical_alignment = center - show_indicators = yes + show_indicators = no word_wrap = yes ### Icons ### diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index eca664b..2b76550 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -26,6 +26,22 @@ monitor=DP-1, 2560x1440@144, 0x0, 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 ### ################### @@ -49,6 +65,7 @@ exec-once = $terminal exec-once = waybar exec-once = hyprpaper exec-once = hypridle +exec-once = pass-secret-service # exec-once = $terminal # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..97eff30 --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1,2 @@ +default-cache-ttl 3600 +max-cache-ttl 28800 \ No newline at end of file