1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-13 11:06:05 +02:00

updated readme

This commit is contained in:
eoli3n 2020-04-23 19:51:00 +02:00
parent 0305a068d9
commit 1096966d88
2 changed files with 23 additions and 2 deletions

View File

@ -93,7 +93,7 @@ For hosts configured with non-root user
User needs to be in sudoers.
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
@ -119,7 +119,7 @@ localhost ansible_connection=local ansible_user=user
[desktop]
```
```
ansible-playbook install.yml -l localhost -K
ansible-playbook install.yml -l localhost -K --ask-vault-pass
```
## Previously

View 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####################################################