This commit is contained in:
Crispy 2024-04-26 22:27:51 +02:00
parent 7e580abdd1
commit 2e35ac133a
6 changed files with 86 additions and 83 deletions

View file

@ -17,6 +17,7 @@ if not is_laptop then
awful.spawn("vscodium")
awful.spawn("spotify")
awful.spawn("firefox")
awful.spawn("cinny")
local side_monitor = screen:count()
awful.spawn(terminal .. " -e fish -C \"sleep 5 && ncpamixer\"",
@ -24,6 +25,4 @@ if not is_laptop then
awful.spawn(terminal .. " -e fish -C btop", { tag = "4", screen = side_monitor, urgent = false, focus = false })
awful.spawn(terminal .. " -e fish -C \"sleep 5 && snoud\"",
{ tag = "5", screen = side_monitor, urgent = false, focus = false })
awful.spawn(terminal .. " -e fish -C \"sleep 2 && gomuks\"",
{ tag = "9", screen = side_monitor, urgent = false, focus = false })
end

View file

@ -1,3 +1,5 @@
/* select Proton */
tab-item {
font-family: sans;
font-size: 14px;

View file

@ -1,3 +1,4 @@
# reference is in /usr/share/doc/mpv
ytdl-format="bestvideo[height<=?1080]+bestaudio/best"
scale=oversample

View file

@ -121,7 +121,7 @@ fade-out-step = 0.03;
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
inactive-opacity = 0.9
# inactive-opacity = 0.95
# inactive-opacity = 0.8;
# inactive-opacity = 0.85;

View file

@ -3,3 +3,5 @@
PROTON_LOG=0 PROTON_LOG_DIR=/tmp %command% -skipsteam --disable-videoplayers --melonloader.hideconsole
--disable-videoplayers --melonloader.hideconsole -skipsteam
--enable-libvlc

View file

@ -16,7 +16,7 @@
"liveServer.settings.root": "docs/",
"liveServer.settings.donotVerifyTags": true,
"editor.insertSpaces": false,
"editor.fontFamily": "\"-Wingdings\",\"-linja lipamanka\", sasns, mono, \"nasin\\-nanpa\"",
"editor.fontFamily": "Liberation Mono , \"-Wingdings\",\"-linja lipamanka\", sasns, mono, \"nasin\\-nanpa\"",
"Lua.workspace.library": [
"~/proj/forks/awesome"
],
@ -26,7 +26,6 @@
"editor.renderWhitespace": "all",
"terminal.integrated.fontFamily": "monospace",
"markdown.preview.fontFamily": "sans",
"editor.bracketPairColorization.enabled": false,
"rust-analyzer.cargo.buildScripts.enable": true,
"editor.fontLigatures": true,
"redhat.telemetry.enabled": false,