diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-04-28 14:52:18 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-04-28 14:52:18 +0200 |
commit | 010a14c4d12af624c00d257d27d53a14abd2b7e1 (patch) | |
tree | 81f48535448bfc8159c78b6c609b8a643a47597b /install | |
parent | 5d967667ad91bfff9cc663d84316699963bf4905 (diff) | |
download | myconfigs-010a14c4d12af624c00d257d27d53a14abd2b7e1.tar.gz myconfigs-010a14c4d12af624c00d257d27d53a14abd2b7e1.tar.bz2 myconfigs-010a14c4d12af624c00d257d27d53a14abd2b7e1.zip |
Add xshot and clip X utility scripts
Diffstat (limited to 'install')
-rwxr-xr-x | install | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -101,10 +101,10 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then inst local/bin/sys-reboot ~/.local/bin/ inst local/bin/sys-shutdown ~/.local/bin/ inst local/bin/sys-suspend ~/.local/bin/ -fi - -read -p "Install Gtk+ and Qt theme setup? (Y/n) " -if [[ $REPLY =~ ^[Yy]?$ ]]; then + # Some small Xserver tools + inst local/bin/clip ~/.local/bin/ + inst local/bin/xshot ~/.local/bin/ + # Theme inst gtk-2.0/gtkrc ~/.gtkrc-2.0 inst gtk-3.0/ ~/.config/gtk-3.0/ inst config/Trolltech.conf ~/.config/Trolltech.conf |