Add wallpaper and lockscreen for loki
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
e525f93958
commit
f527c444af
5 changed files with 48 additions and 3 deletions
BIN
assets/lockscreen.loki.jpg
Normal file
BIN
assets/lockscreen.loki.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
assets/wallpaper.loki.jpg
Normal file
BIN
assets/wallpaper.loki.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
|
@ -23,7 +23,6 @@ nm-applet &
|
||||||
redshift-gtk &
|
redshift-gtk &
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
||||||
|
|
||||||
# Merge .Xresources on boot
|
# Merge .Xresources on boot
|
||||||
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
||||||
|
|
||||||
|
|
46
system/.config/autokey/autokey.json~
Normal file
46
system/.config/autokey/autokey.json~
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
{
|
||||||
|
"version": "0.95.7",
|
||||||
|
"userCodeDir": null,
|
||||||
|
"settings": {
|
||||||
|
"isFirstRun": true,
|
||||||
|
"serviceRunning": true,
|
||||||
|
"menuTakesFocus": false,
|
||||||
|
"showTrayIcon": true,
|
||||||
|
"sortByUsageCount": true,
|
||||||
|
"promptToSave": false,
|
||||||
|
"enableQT4Workaround": false,
|
||||||
|
"interfaceType": "XRecord",
|
||||||
|
"undoUsingBackspace": true,
|
||||||
|
"windowDefaultSize": [
|
||||||
|
924,
|
||||||
|
962
|
||||||
|
],
|
||||||
|
"hPanePosition": 233,
|
||||||
|
"columnWidths": [
|
||||||
|
150,
|
||||||
|
50,
|
||||||
|
100
|
||||||
|
],
|
||||||
|
"showToolbar": true,
|
||||||
|
"notificationIcon": "autokey-status",
|
||||||
|
"workAroundApps": ".*VirtualBox.*|krdc.Krdc",
|
||||||
|
"triggerItemByInitial": false,
|
||||||
|
"scriptGlobals": {}
|
||||||
|
},
|
||||||
|
"folders": [],
|
||||||
|
"toggleServiceHotkey": {
|
||||||
|
"enabled": false,
|
||||||
|
"modifiers": [
|
||||||
|
"<shift>",
|
||||||
|
"<super>"
|
||||||
|
],
|
||||||
|
"hotKey": "k"
|
||||||
|
},
|
||||||
|
"configHotkey": {
|
||||||
|
"enabled": false,
|
||||||
|
"modifiers": [
|
||||||
|
"<super>"
|
||||||
|
],
|
||||||
|
"hotKey": "k"
|
||||||
|
}
|
||||||
|
}
|
|
@ -2,8 +2,8 @@
|
||||||
LocationMode=path-bar
|
LocationMode=path-bar
|
||||||
ShowHidden=true
|
ShowHidden=true
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=0
|
GeometryX=1822
|
||||||
GeometryY=0
|
GeometryY=225
|
||||||
GeometryWidth=840
|
GeometryWidth=840
|
||||||
GeometryHeight=630
|
GeometryHeight=630
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue