Skip to content

Commit

Permalink
Deactivate csd-power
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Dec 26, 2024
1 parent 7e97c98 commit 07b28ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ alias pyfmt='bash -c "isort \$0 \$@ && black --line-length 120 \$0 \$@"'
alias randn='shuf -i 1-9223372036854775807 -n 1'
alias rm='rm -I'
alias si='sudo -i'
alias suspend='while true; do echo mem | sudo tee /sys/power/state; sleep 30; done'
alias tarip='tar --strip-components=1 -x -f'
alias tgit="tsocks git"
alias timev="/usr/bin/time -v"
Expand Down
1 change: 1 addition & 0 deletions tasks/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- csd-clipboard
- csd-keyboard
- csd-media-keys
- csd-power
- csd-screensaver-proxy
- nemo-desktop
ignore_errors: true
1 change: 1 addition & 0 deletions tasks/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- fontforge
- geany # text editor
- gimp
- lxappearance
- meld
- mirage # image viewer
- mupdf
Expand Down

0 comments on commit 07b28ac

Please sign in to comment.