Compare commits
2 commits
a23401df4f
...
6a5dd68e7f
Author | SHA1 | Date | |
---|---|---|---|
6a5dd68e7f | |||
8f0bce4a63 |
3 changed files with 17 additions and 4 deletions
|
@ -32,8 +32,11 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -efp win --nofork
|
|||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
exec --no-startup-id nm-applet
|
||||
|
||||
# Set a background, it's awkward to just see the lockscreen back there.
|
||||
exec --no-startup-id xsetroot -solid '#111111'
|
||||
# Set a basic background color, it's awkward to just see the lockscreen back there.
|
||||
# exec --no-startup-id xsetroot -solid '#111111'
|
||||
|
||||
# Assuming you put background images into /home/yourname/Backgrounds, this next line will get a random one each login and set it as your background :3
|
||||
exec --no-startup-id nitrogen --random --set-scaled /home/$(whoami)/Backgrounds
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
|
|
@ -1 +1 @@
|
|||
sudo apt install i3-wm i3status i3lock suckless-tools -y
|
||||
sudo apt install i3-wm i3status i3lock suckless-tools nitrogen -y
|
|
@ -17,5 +17,15 @@
|
|||
"window.customTitleBarVisibility": "windowed",
|
||||
"accessibility.dimUnfocused.enabled": true,
|
||||
"accessibility.underlineLinks": true,
|
||||
"debug.confirmOnExit": "always"
|
||||
"debug.confirmOnExit": "always",
|
||||
"scm.alwaysShowRepositories": true,
|
||||
"scm.diffDecorationsGutterPattern": {
|
||||
"added": true
|
||||
},
|
||||
"extensions.closeExtensionDetailsOnViewChange": true,
|
||||
"terminal.integrated.cursorBlinking": true,
|
||||
"terminal.integrated.enableVisualBell": true,
|
||||
"problems.showCurrentInStatus": true,
|
||||
"chat.editor.wordWrap": "on",
|
||||
"security.workspace.trust.startupPrompt": "always"
|
||||
}
|
Loading…
Reference in a new issue