File tree 5 files changed +35
-28
lines changed
5 files changed +35
-28
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ local lsp_server_configs = {
17
17
cmd = {
18
18
" clangd" ,
19
19
" --clang-tidy" ,
20
- " --header-insertion-decorators=false"
20
+ " --header-insertion-decorators=false" ,
21
+ " --function-arg-placeholders=false"
21
22
},
22
23
init_options = {
23
24
fallbackFlags = clangd_fallbackflags
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set $screenlock swaylock -fri /usr/share/backgrounds/wallhaven-farcry-lock.png
33
33
# Default wallpaper
34
34
# (more resolutions are available in /usr/share/backgrounds/sway/)
35
35
#output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
36
- output * bg /usr/share/backgrounds/wallhaven-farcry.jpg fill
36
+ output * bg /usr/share/backgrounds/wallhaven-farcry.png fill
37
37
38
38
#
39
39
# Example configuration:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ monitor.alsa.rules = [
2
+ # S/PDIF
3
+ {
4
+ matches = [
5
+ {
6
+ node.name = "alsa_output.usb-Generic_USB_Audio-00.HiFi__hw_Audio_3__sink"
7
+ }
8
+ ]
9
+ actions = {
10
+ update-props = {
11
+ node.disabled = true
12
+ }
13
+ }
14
+ }
15
+
16
+ # Front panel audio
17
+ {
18
+ matches = [
19
+ {
20
+ node.name = "alsa_output.usb-Generic_USB_Audio-00.HiFi__hw_Audio_1__sink"
21
+ }
22
+ ]
23
+ actions = {
24
+ update-props = {
25
+ node.disabled = true
26
+ }
27
+ }
28
+ }
29
+ ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export MOZ_DISABLE_RDD_SANDBOX=1
13
13
export LIBVA_DRIVER_NAME=" nvidia"
14
14
export NVD_BACKEND=" direct"
15
15
16
- export WLR_RENDERER=" vulkan"
16
+ # export WLR_RENDERER="vulkan"
17
17
export WLR_NO_HARDWARE_CURSORS=1
18
18
19
19
export GBM_BACKEND=" nvidia-drm"
@@ -24,4 +24,5 @@ export __GLX_VENDOR_LIBRARY_NAME="nvidia"
24
24
25
25
export XWAYLAND_NO_GLAMOR=1
26
26
27
- dbus-run-session sway --unsupported-gpu " $@ "
27
+ # dbus-run-session sway --unsupported-gpu "$@"
28
+ sway --unsupported-gpu " $@ "
You can’t perform that action at this time.
0 commit comments