update shell config

This commit is contained in:
2026-03-15 08:51:55 +01:00
parent e0b49d5520
commit 16d2d6faa6
10 changed files with 52 additions and 71 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ binds {
Alt+Space repeat=false { spawn-sh "pkill -x rofi || rofi -show drun"; }
// Actions
Mod+V repeat=false { spawn-sh "fzfclip-wrap"; }
Mod+V repeat=false { spawn "wezterm" "start" "--" "fzfclip-wrap"; }
Mod+Period repeat=false { spawn-sh "pkill -x rofi || rofi-emoji"; }
Print repeat=false { screenshot-screen; }
Mod+Shift+S repeat=false { screenshot; }
+5 -1
View File
@@ -1 +1,5 @@
environment {
__NV_PRIME_RENDER_OFFLOAD "1"
__VK_LAYER_NV_optimus "NVIDIA_only"
__GLX_VENDOR_LIBRARY_NAME "nvidia"
}