Compare commits
4 Commits
9529be76cd
...
cd390d5580
| Author | SHA1 | Date | |
|---|---|---|---|
| cd390d5580 | |||
| 6e7b4db8d5 | |||
| a452c8a6e0 | |||
| e3ad32053f |
4
config
4
config
@ -33,8 +33,8 @@ set $screenlock swaylock -f -i $bg_picture -c 000000
|
|||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
exec_always swayidle -w \
|
exec_always swayidle -w \
|
||||||
timeout 70 '$screenlock' \
|
timeout 300 '$screenlock' \
|
||||||
timeout 60 'swaymsg "output * dpms off"' \
|
timeout 280 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep '$screenlock'
|
before-sleep '$screenlock'
|
||||||
#
|
#
|
||||||
|
|||||||
@ -2,7 +2,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
output eDP-1 pos 0 0
|
output eDP-1 pos 0 0
|
||||||
output HDMI-A-1 pos 1920 0
|
output DP-2 pos 1920 0
|
||||||
|
output DP-3 pos 1920 0
|
||||||
|
output DP-6 pos 3840 0
|
||||||
|
|
||||||
input 2:14:ETPS/2_Elantech_Touchpad {
|
input 2:14:ETPS/2_Elantech_Touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
@ -30,6 +32,8 @@ input * xkb_numlock enable
|
|||||||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%- #TODO fix that
|
bindsym XF86MonBrightnessDown exec brightnessctl set 5%- #TODO fix that
|
||||||
bindsym XF86MonBrightnessUp exec brightnessctl set +5% #TODO fix that
|
bindsym XF86MonBrightnessUp exec brightnessctl set +5% #TODO fix that
|
||||||
|
|
||||||
|
bindsym Ctrl+F12 output eDP-1 toggle
|
||||||
|
|
||||||
### Sreenshots
|
### Sreenshots
|
||||||
#
|
#
|
||||||
# Take a screenshot with all output and save it into screenshots
|
# Take a screenshot with all output and save it into screenshots
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
# Import and start relevant systemd services at Sway startup
|
# Import and start relevant systemd services at Sway startup
|
||||||
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
||||||
|
|
||||||
|
# Start nextcloud client
|
||||||
|
exec_always "nextcloud --background"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user