Compare commits

..

No commits in common. "cd390d558034d9a6876f1e6665ef46b7853abde2" and "9529be76cd67991d903d621e0486a1d4f2adb9f2" have entirely different histories.

3 changed files with 5 additions and 12 deletions

4
config
View File

@ -33,8 +33,8 @@ set $screenlock swaylock -f -i $bg_picture -c 000000
### Idle configuration
exec_always swayidle -w \
timeout 300 '$screenlock' \
timeout 280 'swaymsg "output * dpms off"' \
timeout 70 '$screenlock' \
timeout 60 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep '$screenlock'
#

View File

@ -2,9 +2,7 @@
#
output eDP-1 pos 0 0
output DP-2 pos 1920 0
output DP-3 pos 1920 0
output DP-6 pos 3840 0
output HDMI-A-1 pos 1920 0
input 2:14:ETPS/2_Elantech_Touchpad {
tap enabled
@ -32,8 +30,6 @@ input * xkb_numlock enable
bindsym XF86MonBrightnessDown exec brightnessctl set 5%- #TODO fix that
bindsym XF86MonBrightnessUp exec brightnessctl set +5% #TODO fix that
bindsym Ctrl+F12 output eDP-1 toggle
### Sreenshots
#
# Take a screenshot with all output and save it into screenshots

View File

@ -1,6 +1,3 @@
# Import and start relevant systemd services at Sway startup
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
# Start nextcloud client
exec_always "nextcloud --background"