Skip to content

Commit

Permalink
Disable screen lock
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 13, 2024
1 parent a2f4a5f commit 9cdcadb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ cat > /etc/dconf/db/local.d/00-suppress-autosuspend <<EOF
sleep-inactive-ac-type='nothing'
EOF

cat > /etc/dconf/db/local.d/00-disable-screen-lock <<EOF
[org/gnome/desktop/screensaver]
lock-enabled=false
EOF

# https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/desktop_migration_and_administration_guide/extensions-enable
mkdir -p /usr/share/gnome-shell/extensions/{appmenu-is-back@fthx,grand-theft-focus@zalckos.github.com}
cd /usr/share/gnome-shell/extensions/appmenu-is-back@fthx
Expand Down

0 comments on commit 9cdcadb

Please sign in to comment.