Skip to content

Commit

Permalink
Remove extra fcitx packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Nov 18, 2023
1 parent 2d6a619 commit f1be57b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions bin/wxwork
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ if [ "$1" = pause ]; then
VBoxManage controlvm wxwork savestate
elif [ "$1" = reset ]; then
VBoxManage controlvm wxwork reset
elif [ "$1" = off ]; then
VBoxManage controlvm wxwork poweroff
else
VBoxManage startvm wxwork --type sdl
fi
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 -a -C yellow -u 9'"
tilix --maximize -e "bash -c 'xtrlock -f && rusty-rain -C 255,255,0 -S 100,400 -c cards'"
1 change: 1 addition & 0 deletions etc/apt/apt.conf.d/99default
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
apt::install-recommends "false";
Dpkg::Progress-Fancy "1";
2 changes: 1 addition & 1 deletion install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
value: 999999

- name: create user directories
file: dest=/home/{{user}}/{{item}} state=directory recurse=yes owner={{user}}
file: dest=/home/{{user}}/{{item}} state=directory recurse=true owner={{user}}
with_items:
- .gradle
- .ssh
Expand Down
1 change: 1 addition & 0 deletions tasks/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- mtr
- nethogs
- npm
- pm-utils
- pv
- rar
- time
Expand Down
6 changes: 1 addition & 5 deletions tasks/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@
- name: install input method
apt:
name:
- fcitx
- fcitx-config-gtk
- fcitx-frontend-gtk3
- fcitx-googlepinyin
- fcitx-modules
- fcitx-ui-classic
- fcitx-ui-light
- libgtk-3-bin
- fcitx-module-x11

- name: install packages from url
apt: deb={{item}}
Expand Down

0 comments on commit f1be57b

Please sign in to comment.