Compare commits

...

2 commits

3 changed files with 17 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
sudo apt install i3-wm i3status i3lock suckless-tools -y
sudo apt install i3-wm i3status i3lock suckless-tools nitrogen -y

View file

@ -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"
}