Skip to content

Commit

Permalink
Uninstall gvim
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Jan 16, 2025
1 parent 03b9294 commit 7aba8b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/gitnuro
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e
cd ~/local
exec zulu-17-jre/bin/java -jar Gitnuro-linux-1.2.1.jar
exec zulu-17-jre/bin/java -jar Gitnuro-linux-*.jar
4 changes: 2 additions & 2 deletions bin/x
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ "$1" = "-r" ]]; then
xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Speed' 0.5
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Profile Enabled' 0 1
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' 0
hsetroot -full /usr/share/awesome/themes/default/background.png -sharpen 8
hsetroot -full /usr/share/awesome/themes/default/background.png -root -sharpen 8
exit
fi

Expand All @@ -35,7 +35,7 @@ if [[ "$1" = "-b" ]]; then
pkill -f cinnamon-screensaver || echo

# background
hsetroot -full /usr/share/awesome/themes/default/background.png -sharpen 8
hsetroot -full /usr/share/awesome/themes/default/background.png -root -sharpen 8

# fcitx
nohup fcitx -rd &>>/tmp/fcitx.log &
Expand Down
2 changes: 1 addition & 1 deletion dotfiles/config/flameshot/flameshot.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[General]
contrastOpacity=188
drawColor=#ff0000
drawColor=#00ffff
drawFontSize=5
drawThickness=3
1 change: 0 additions & 1 deletion dotfiles/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set shiftwidth=4
set smartindent
set smarttab
set tabstop=4
set toolbariconsize=huge

colorscheme koehler
filetype indent on
Expand Down
1 change: 1 addition & 0 deletions tasks/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- unzip
- upower
- valgrind
- vim
- whois
- wput
- yamllint
Expand Down
2 changes: 1 addition & 1 deletion tasks/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- flameshot
- fontforge
- geany # text editor
- geany-plugin-vimode
- gimp
- lxappearance
- meld
Expand All @@ -22,7 +23,6 @@
- smplayer
- sqlitebrowser
- tilix
- vim-gtk3
- virtualbox
- virtualbox-qt
- x11-xkb-utils
Expand Down

0 comments on commit 7aba8b0

Please sign in to comment.