Albert <3
This commit is contained in:
parent
ef68623a89
commit
994164c46f
1
.gitignore
vendored
1
.gitignore
vendored
@ -139,3 +139,4 @@ tags
|
|||||||
i3/config
|
i3/config
|
||||||
*.sqlite
|
*.sqlite
|
||||||
i3/scripts/dmenu/database.sqlite
|
i3/scripts/dmenu/database.sqlite
|
||||||
|
albert/*.db
|
||||||
|
6
Makefile
6
Makefile
@ -24,6 +24,8 @@ xcompose:
|
|||||||
rm ~/.XCompose || true
|
rm ~/.XCompose || true
|
||||||
ln -s ~/.dotfiles/.XCompose ~/.XCompose
|
ln -s ~/.dotfiles/.XCompose ~/.XCompose
|
||||||
|
|
||||||
|
albert:
|
||||||
|
ln -s ~/.dotfiles/albert ~/.config/albert
|
||||||
|
|
||||||
zsh:
|
zsh:
|
||||||
ln -s ~/.dotfiles/zsh ~/.zim
|
ln -s ~/.dotfiles/zsh ~/.zim
|
||||||
@ -43,7 +45,7 @@ mutt: dep
|
|||||||
ln -s ~/.dotfiles/mutt/.mailcap ~/.mailcap
|
ln -s ~/.dotfiles/mutt/.mailcap ~/.mailcap
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean zsh git vim tmux i3
|
.PHONY: clean zsh git vim tmux i3 albert
|
||||||
clean:
|
clean:
|
||||||
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3 ~/.muttrc
|
rm -rf ~/.vim ~/.vimrc ~/.tmux ~/.tmux.conf ~/.gitconfig ~/.config/i3 ~/.muttrc
|
||||||
rm -rf ~/.zshrc ~/.zimrc ~/.zim ~/.zlogin
|
rm -rf ~/.zshrc ~/.zimrc ~/.zim ~/.zlogin
|
||||||
@ -55,4 +57,4 @@ dep:
|
|||||||
cd /tmp/bumblebee && makepkg -Acsi
|
cd /tmp/bumblebee && makepkg -Acsi
|
||||||
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs w3m
|
sudo pacman -S awesome-terminal-fonts perl-anyevent-i3 perl-json-xs w3m
|
||||||
|
|
||||||
all: clean tmux vim git zsh i3 mutt xresources compton
|
all: clean tmux vim git zsh i3 mutt xresources compton albert
|
||||||
|
38
albert/albert.conf
Normal file
38
albert/albert.conf
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
[General]
|
||||||
|
hotkey=Alt+Space
|
||||||
|
incrementalSort=true
|
||||||
|
showTray=false
|
||||||
|
terminal=urxvt -e
|
||||||
|
|
||||||
|
[org.albert.extension.applications]
|
||||||
|
enabled=true
|
||||||
|
|
||||||
|
[org.albert.extension.calculator]
|
||||||
|
enabled=true
|
||||||
|
|
||||||
|
[org.albert.extension.firefoxbookmarks]
|
||||||
|
enabled=true
|
||||||
|
fuzzy=true
|
||||||
|
openWithFirefox=true
|
||||||
|
profile=Profile0
|
||||||
|
|
||||||
|
[org.albert.extension.ssh]
|
||||||
|
enabled=true
|
||||||
|
|
||||||
|
[org.albert.extension.system]
|
||||||
|
enabled=true
|
||||||
|
|
||||||
|
[org.albert.extension.terminal]
|
||||||
|
enabled=true
|
||||||
|
|
||||||
|
[org.albert.frontend.widgetboxmodel]
|
||||||
|
alwaysOnTop=true
|
||||||
|
clearOnHide=false
|
||||||
|
displayIcons=true
|
||||||
|
displayScrollbar=false
|
||||||
|
displayShadow=true
|
||||||
|
hideOnClose=false
|
||||||
|
hideOnFocusLoss=true
|
||||||
|
itemCount=5
|
||||||
|
showCentered=true
|
||||||
|
theme=Bright
|
1
albert/last_used_version
Normal file
1
albert/last_used_version
Normal file
@ -0,0 +1 @@
|
|||||||
|
v0.14.21
|
Loading…
Reference in New Issue
Block a user