remove keepassxc
This commit is contained in:
parent
18f272545b
commit
2019dae683
3 changed files with 4 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "emacs/.emacs.d"]
|
[submodule "emacs/.emacs.d"]
|
||||||
path = emacs/.emacs.d
|
path = emacs/.emacs.d
|
||||||
url = git@github.com:nezia1/emacs-config.git
|
url = git@github.com:nezia1/emacs-config.git
|
||||||
|
[submodule "vim/.vim/pack/vim-wayland-clipboard"]
|
||||||
|
path = vim/.vim/pack/vim-wayland-clipboard
|
||||||
|
url = git@github.com:jasonccox/vim-wayland-clipboard.git
|
||||||
|
|
|
@ -190,7 +190,6 @@ windowrule=float,^(.*)(KeePassXC)$
|
||||||
windowrulev2 = idleinhibit always,title:^(.*YouTube.*)$
|
windowrulev2 = idleinhibit always,title:^(.*YouTube.*)$
|
||||||
# personal apps
|
# personal apps
|
||||||
exec-once=discord
|
exec-once=discord
|
||||||
exec-once=sleep 0.5 && keepassxc
|
|
||||||
exec-once=swayidle -w timeout 180 'swaylock' timeout 600 '[[ $(cat /sys/class/power_supply/AC/online) -eq 0 ]] && systemctl suspend-then-hibernate' before-sleep 'swaylock'
|
exec-once=swayidle -w timeout 180 'swaylock' timeout 600 '[[ $(cat /sys/class/power_supply/AC/online) -eq 0 ]] && systemctl suspend-then-hibernate' before-sleep 'swaylock'
|
||||||
env=MOZ_ENABLE_WAYLAND
|
env=MOZ_ENABLE_WAYLAND
|
||||||
|
|
||||||
|
|
1
vim/.vim/pack/vim-wayland-clipboard
Submodule
1
vim/.vim/pack/vim-wayland-clipboard
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9b6def0924e716fb5314d52e062965b950b707f8
|
Loading…
Reference in a new issue