fix: bin/pass* use clipboard instead of type
This commit is contained in:
parent
ec5a258e15
commit
346a498e7d
15 changed files with 38 additions and 35 deletions
23
.xinitrc
23
.xinitrc
|
@ -1,15 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
# startup
|
||||
autorandr -c &
|
||||
xss-lock -n screensaver -- lock &
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || # arch
|
||||
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 || # debian
|
||||
/usr/libexec/polkit-gnome-authentication-agent-1 & # fedora
|
||||
picom &
|
||||
gammastep 2> /dev/null &
|
||||
sbar &
|
||||
flameshot &
|
||||
|
||||
dbus-update-activation-environment --systemd DISPLAY XAUTHORITY
|
||||
|
||||
# startup
|
||||
autorandr -c &
|
||||
xss-lock -n screensaver -- lock &
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || # arch
|
||||
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 || # debian
|
||||
/usr/libexec/polkit-gnome-authentication-agent-1 & # fedora
|
||||
picom &
|
||||
gammastep 2> /dev/null &
|
||||
sbar &
|
||||
flameshot &
|
||||
|
||||
exec dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue