Compare commits

...

3 commits

Author SHA1 Message Date
2e35ac133a bbbbb 2024-04-26 22:27:51 +02:00
7e580abdd1 background imag 2024-04-26 22:25:31 +02:00
36e27438a9 h 2024-04-26 22:25:07 +02:00
11 changed files with 96 additions and 83 deletions

2
.nanorc Normal file
View file

@ -0,0 +1,2 @@
set tabsize 4

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View file

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

View file

@ -36,6 +36,7 @@
~/.steam/debian-installation/steamapps/common/Logic World/settings_profile1.succ: steam/Logic World/settings_profile1.succ
~/.steam/debian-installation/steamapps/compatdata/661130/pfx/drive_c/users/steamuser/AppData/LocalLow/Alpha Blend Interactive/ChilloutVR/game2.config: steam/ChilloutVR/game.config
~/.xprofile: xprofile
~/.nanorc: .nanorc
~/bin/scripts: scripts

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,

7
x-solvespace.xml Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-solvespace">
<comment>SolveSpace file</comment>
<glob pattern="*.slvs" />
</mime-type>
</mime-info>