mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-01 00:27:23 +00:00
Remove devilspie2
This commit is contained in:
parent
11fe5f2f40
commit
92355d4c66
|
|
@ -1,5 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Devilspie
|
|
||||||
Description=
|
|
||||||
Exec=devilspie2
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
if (get_application_name()=="Quod Libet") then
|
|
||||||
set_window_workspace(3)
|
|
||||||
maximize()
|
|
||||||
end
|
|
||||||
|
|
||||||
if (get_application_name()=="Steam") then
|
|
||||||
set_window_workspace(2)
|
|
||||||
minimize()
|
|
||||||
end
|
|
||||||
|
|
@ -4,7 +4,7 @@ config.source('bindings.py')
|
||||||
config.source('redirects.py')
|
config.source('redirects.py')
|
||||||
|
|
||||||
c.url.default_page = "feedly.com/i/my"
|
c.url.default_page = "feedly.com/i/my"
|
||||||
c.url.start_pages = ["duck.com/?q=20m timer"]
|
c.url.start_pages = ["duck.com/?q=20m timer", "localhost"]
|
||||||
c.url.searchengines['y'] = "localhost/search?q={}"
|
c.url.searchengines['y'] = "localhost/search?q={}"
|
||||||
|
|
||||||
c.content.fullscreen.window = True
|
c.content.fullscreen.window = True
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ a bax 'source (which bax) && bax'
|
||||||
a cpugov 's cpupower frequency-set -g performance'
|
a cpugov 's cpupower frequency-set -g performance'
|
||||||
a dirdl 'wget -r -k -p --no-parent --no-clobber -e robots=off'
|
a dirdl 'wget -r -k -p --no-parent --no-clobber -e robots=off'
|
||||||
a dot 'cd ~/.dotfiles'
|
a dot 'cd ~/.dotfiles'
|
||||||
|
a ex exit
|
||||||
a ff 'fd -HILi -Edosdevices -E.git'
|
a ff 'fd -HILi -Edosdevices -E.git'
|
||||||
a g git
|
a g git
|
||||||
a giveme 's chown $USER'
|
a giveme 's chown $USER'
|
||||||
|
|
|
||||||
2
.setup
2
.setup
|
|
@ -9,7 +9,7 @@ audio="audacious audacious-plugins audacity opus-tools quodlibet spek"
|
||||||
dev="docker-compose git-extras llvm-clang neovim parallel solbuild tig tor upx"
|
dev="docker-compose git-extras llvm-clang neovim parallel solbuild tig tor upx"
|
||||||
gui="bleachbit caja engrampa keepassx kitty lutris vorta"
|
gui="bleachbit caja engrampa keepassx kitty lutris vorta"
|
||||||
media="feh gaupol gmic-gimp jpegoptim mpv playerctl usbmuxd rsync viewnior zathura-poppler"
|
media="feh gaupol gmic-gimp jpegoptim mpv playerctl usbmuxd rsync viewnior zathura-poppler"
|
||||||
rice="adapta-gtk-theme ant-dracula-gtk-theme devilspie2 font-ubuntu-ttf rofi starship stow"
|
rice="adapta-gtk-theme ant-dracula-gtk-theme font-ubuntu-ttf rofi starship stow"
|
||||||
term="advancecomp autojump fd fish fzf innoextract most ncdu p7zip ranger ripgrep rsync tmux"
|
term="advancecomp autojump fd fish fzf innoextract most ncdu p7zip ranger ripgrep rsync tmux"
|
||||||
web="arcanist aria2 deluge qutebrowser openssh-server speedtest-cli subliminal"
|
web="arcanist aria2 deluge qutebrowser openssh-server speedtest-cli subliminal"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue