Skip to content

Commit 241c198

Browse files
committed
disable core dumps in wayland
1 parent 384e23c commit 241c198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

root/defaults/startwm_wayland.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
ulimit -c 0
23

34
# Disable compositing and screen locking
45
if [ ! -f $HOME/.config/kwinrc ]; then

0 commit comments

Comments
 (0)