Compare commits

...

4 Commits

Author SHA1 Message Date
an e8f78385a0 add git-gui kservice 2019-10-24 23:29:55 -04:00
an 55852d8197 vim: fix encoding issues on certain system configs 2019-10-24 23:29:37 -04:00
an e21f3c4960 xprofile: use ibus and not fcitx 2019-10-24 22:54:09 -04:00
an 79f3ea08dc rain/rebuild-pkgs: remove zdoom 2019-10-24 22:53:58 -04:00
5 changed files with 31 additions and 16 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
# IME setup
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
# UI crap
export GTK_USE_PORTAL=1
@ -16,6 +16,7 @@ export EDITOR=vim
# run user startup jobs
xrdb -merge ~/.Xresources
ibus-daemon &
mpd &
## EOF

View File

@ -45,5 +45,4 @@ xf86-input-xwiimote-git
xwiimote-git
yamagi-quake2
zdbsp
zdoom
zennode

1
links
View File

@ -34,6 +34,7 @@ system/fcitx/conf ~/.config/fcitx/conf
system/fcitx/config ~/.config/fcitx/config
system/fcitx/data ~/.config/fcitx/data
system/fcitx/profile ~/.config/fcitx/profile
system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop
system/services/marrub.service ~/.config/systemd/user/marrub.service
system/services/marrub.timer ~/.config/systemd/user/marrub.timer
themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py

13
system/git-gui.desktop Normal file
View File

@ -0,0 +1,13 @@
[Desktop Entry]
Type=Service
Icon=git
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=inode/directory;
Actions=gitGui;
Encoding=UTF-8
[Desktop Action gitGui]
Name=Open Git GUI here
Description=Opens the Git GUI in this folder
Icon=git
Exec=cd "%f" && git gui

View File

@ -171,6 +171,18 @@ endfu
" Settings -------------------------------------------------------------------|
" limits, what/when/how to save and encodings
set undolevels=10000
set tabpagemax=1000
set viminfo='100,/50,<50,s10,h,%
set viminfo+=n~/.vim/viminfo
set encoding=utf-8
set termencoding=utf-8
set fileencodings=ucs-bom,utf-8,sjis
set fileformats=unix,dos,mac
set hidden
set updatetime=500
" general settings (use :help for these)
set confirm
set wildmenu
@ -212,7 +224,7 @@ set belloff=all
if _agw.use_list >= 1
set list
set listchars=tab:├─,space,trail:‼,extends:>,precedes:<
set listchars=tab:├─,space,trail:‼,extends:,precedes:≪
if _agw.use_list >= 2
set listchars+=eol
@ -261,17 +273,6 @@ set softtabstop=0
let &shiftwidth=_agw.tab_wid
let &tabstop=_agw.tab_wid
" limits, what/when/how to save and encodings
set undolevels=10000
set tabpagemax=1000
set viminfo='100,/50,<50,s10,h,%
set viminfo+=n~/.vim/viminfo
set encoding=utf-8
set fileencodings=ucs_bom,utf_8,sjis
set fileformats=unix,dos,mac
set hidden
set updatetime=500
" Plugin Settings ------------------------------------------------------------|
" bufexplorer