Delete idle

This commit is contained in:
Xamora 2023-08-26 15:44:47 +02:00
parent 5fb9d94355
commit f5c5b45fd4

View file

@ -31,15 +31,15 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# #
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
### Idle configuration ### Idle configuratiow
# #
# Example configuration: # Example configuration:
# #
#exec swayidle -w \ #exec swayidle -w \
# timeout 300 'swaylock -f -c 000000' \ # timeout 300 'swaylock -c "#000000"' \
# timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ # timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
# before-sleep 'swaylock -f -c 000000' # before-sleep 'swaylock -f -c 000000'
#
# This will lock your screen after 300 seconds of inactivity, then turn off # This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when # your displays after another 300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep. # resumed. It will also lock your screen before your computer goes to sleep.
@ -47,14 +47,12 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
### Input configuration ### Input configuration
# #
# Example configuration: # Example configuration:
#
# input "2:14:SynPS/2_Synaptics_TouchPad" { # Write on keyboard and use touchpad in same time
# dwt enabled input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
# tap enabled dwt disable
# natural_scroll enabled }
# middle_emulation enabled
# }
#
# You can get the names of your inputs by running: swaymsg -t get_inputs # You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section. # Read `man 5 sway-input` for more information about this section.
@ -234,4 +232,5 @@ include /etc/sway/config.d/*
output * scale 1 output * scale 1
# Lock Screen
bindsym $mod+o exec swaylock -c "#000000" bindsym $mod+o exec swaylock -c "#000000"