Skip to content

Commit

Permalink
Remove autorandr
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Nov 16, 2023
1 parent cbad02c commit 2d6a619
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ ssh:

install:
ansible-playbook -b -e user=wizawu -v install.yml

debug:
ansible-playbook -b -e user=wizawu -v debug.yml

clean:
Expand All @@ -33,6 +31,9 @@ swap:
cron:
ansible-playbook cron.yml

rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

proxy:
sudo ansible-playbook proxy.yml

Expand Down
2 changes: 1 addition & 1 deletion bin/xlock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

tilix --maximize -e "bash -c 'xtrlock -f && cmatrix -ab -C yellow -u 8'"
tilix --maximize -e "bash -c 'xtrlock -f && cmatrix -a -C yellow -u 9'"
1 change: 0 additions & 1 deletion tasks/desktop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
- name: install desktop
apt:
name:
- autorandr
- awesome
- awesome-extra
- code
Expand Down

0 comments on commit 2d6a619

Please sign in to comment.