Many changes
This commit is contained in:
parent
d6c23ea057
commit
dbfbbd2623
39 changed files with 1416 additions and 18 deletions
|
@ -13,11 +13,12 @@ eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
|
|||
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
|
||||
dbus-update-activation-environment --systemd DISPLAY
|
||||
nitrogen --restore
|
||||
#setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||
#exec compton -f -i 0.95
|
||||
#exec xrdb .Xresources
|
||||
#xbindkeys
|
||||
#exec i3 -V >> ~/i3log-$(date + '%F-%k-%M-%S') 2>&1
|
||||
#startxfce4
|
||||
while :; do
|
||||
dwm
|
||||
done;
|
||||
|
|
6
x/49-org.libvirt.unix.manager.rules
Normal file
6
x/49-org.libvirt.unix.manager.rules
Normal file
|
@ -0,0 +1,6 @@
|
|||
polkit.addRule(function(action, subject) {
|
||||
if (action.id == "org.libvirt.unix.manage" &&
|
||||
subject.isInGroup("kvm")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue