Skip to content

Commit

Permalink
add more xprograms
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro committed Mar 26, 2024
1 parent f02119e commit 0fa5962
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs/xorg/xprograms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ if check_cmd unclutter; then
unclutter -idle 3 -root &
fi

# blocks "paste" with middle mouse
if check_cmd xmousepasteblock; then
xmousepasteblock &
fi

# honestly no idea
if check_cmd /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1; then
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
fi

# auto lock/suspend after inactivity
# if command -v xidlehook >/dev/null 2>&1; then
# xidlehook --not-when-fullscreen --not-when-audio --timer 300 'lockscreen' '' --timer 1800 'lockscreen --suspend' '' &
Expand Down

0 comments on commit 0fa5962

Please sign in to comment.