Remove enpass and nextcloud
This commit is contained in:
9
.config/x11/xautostart
Executable file
9
.config/x11/xautostart
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
enpass & # start password manager and hide window
|
||||
nextcloud & # start Nextcloud and hide window
|
||||
|
||||
sleep 2
|
||||
|
||||
dwmc killnamedclient Enpass
|
||||
dwmc killnamedclient Nextcloud
|
||||
@@ -19,9 +19,8 @@ export SSH_AUTH_SOCK
|
||||
#source /etc/X11/xinit/xinitrc.d/50-systemd-user.h
|
||||
|
||||
setbg "$HOME/.local/share/wallpapers/" & # set the background
|
||||
enpass & # start password manager
|
||||
nextcloud & # start Nextcloud
|
||||
xcompmgr & # xcompmgr for transparency
|
||||
dunst & # dunst for notifications
|
||||
xset r rate 300 50 & # Speed xrate up
|
||||
unclutter & # Remove mouse when idle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user