Compare commits
No commits in common. "a86036ebfdb2cbce460ab24eb78ad6a6690f5bb2" and "3eb713aa90cbda00fcb9f47560513099ba8f0189" have entirely different histories.
a86036ebfd
...
3eb713aa90
7 changed files with 2 additions and 13 deletions
|
@ -165,8 +165,8 @@ class HostConfig:
|
|||
temperature_path: str | None = None
|
||||
terminal: str = "alacritty"
|
||||
lock_cmd: str = "swaylock -c 000000"
|
||||
display_on_cmd: str = "jdisplays on"
|
||||
display_off_cmd: str = "jdisplays off"
|
||||
display_on_cmd: str = "wlopm --on *"
|
||||
display_off_cmd: str = "wlopm --off *"
|
||||
use_jump_host: bool = False
|
||||
inputs: list[InputConfig] = field(factory=list)
|
||||
outputs: list[OutputConfig] = field(factory=list)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB |
Binary file not shown.
Before Width: | Height: | Size: 443 KiB |
Binary file not shown.
Before Width: | Height: | Size: 499 KiB |
Binary file not shown.
Before Width: | Height: | Size: 548 KiB |
|
@ -192,7 +192,6 @@ spawn-at-startup "wireplumber"
|
|||
spawn-at-startup "waybar"
|
||||
spawn-at-startup "xwayland-satellite" ":12"
|
||||
spawn-at-startup "wpaperd"
|
||||
spawn-at-startup "swayidle"
|
||||
|
||||
environment {
|
||||
DISPLAY ":12"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
0|off) onoff=off ;;
|
||||
1|on) onoff=on ;;
|
||||
*) exit 1 ;;
|
||||
esac
|
||||
|
||||
[ -e "$NIRI_SOCKET" ] && niri msg action power-$onoff-monitors \
|
||||
|| wlopm --$onoff '*'
|
Loading…
Add table
Reference in a new issue