mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
updated readme
This commit is contained in:
parent
0305a068d9
commit
1096966d88
@ -93,7 +93,7 @@ For hosts configured with non-root user
|
|||||||
User needs to be in sudoers.
|
User needs to be in sudoers.
|
||||||
You need to use -K to ask sudo password, and -l <host> to limit to that host
|
You need to use -K to ask sudo password, and -l <host> to limit to that host
|
||||||
```
|
```
|
||||||
ansible-playbook install.yml -l host1 -K
|
ansible-playbook install.yml -l host1 -K --ask-vault-pass
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Extra commands
|
#### Extra commands
|
||||||
@ -119,7 +119,7 @@ localhost ansible_connection=local ansible_user=user
|
|||||||
[desktop]
|
[desktop]
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
ansible-playbook install.yml -l localhost -K
|
ansible-playbook install.yml -l localhost -K --ask-vault-pass
|
||||||
```
|
```
|
||||||
|
|
||||||
## Previously
|
## Previously
|
||||||
|
21
roles/sway/templates/by_host/arch-test/config.j2
Normal file
21
roles/sway/templates/by_host/arch-test/config.j2
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#INCLUDE####################################################
|
||||||
|
# output configuration
|
||||||
|
set $laptop "eDP-1"
|
||||||
|
output $laptop pos 1920 0 res 1920x1080
|
||||||
|
output $laptop scale 1
|
||||||
|
|
||||||
|
# lid
|
||||||
|
bindswitch --reload lid:on output $laptop disable
|
||||||
|
bindswitch --reload lid:off output $laptop enable
|
||||||
|
|
||||||
|
# dpms
|
||||||
|
output * dpms on
|
||||||
|
|
||||||
|
# exec startup apps
|
||||||
|
#exec --no-startup-id swaymsg 'exec xbindkeys &'
|
||||||
|
#exec --no-startup-id swaymsg 'exec variety &'
|
||||||
|
exec --no-startup-id swaymsg 'exec firefox'
|
||||||
|
#exec --no-startup-id swaymsg 'exec firefox -private -kiosk "www.gmail.com"'
|
||||||
|
exec --no-startup-id swaymsg 'workspace $tag4; exec alacritty -e "screen -rd weechat &"'
|
||||||
|
exec --no-startup-id swaymsg 'workspace $tag2; exec alacritty -e "ssh-add" && termite'
|
||||||
|
#INCLUDE####################################################
|
Loading…
Reference in New Issue
Block a user