Compare commits

..

No commits in common. "2e35ac133a934629f01cd518bac897d3404b653a" and "d1418b644460e557474ce8ac8516bd1c6e640ec2" have entirely different histories.

11 changed files with 83 additions and 96 deletions

View file

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

View file

@ -17,7 +17,6 @@ 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\"",
@ -25,4 +24,6 @@ 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: 2.4 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

View file

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

View file

@ -36,7 +36,6 @@
~/.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,4 +1,3 @@
# 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.95
inactive-opacity = 0.9
# inactive-opacity = 0.8;
# inactive-opacity = 0.85;

View file

@ -3,5 +3,3 @@
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": "Liberation Mono , \"-Wingdings\",\"-linja lipamanka\", sasns, mono, \"nasin\\-nanpa\"",
"editor.fontFamily": "\"-Wingdings\",\"-linja lipamanka\", sasns, mono, \"nasin\\-nanpa\"",
"Lua.workspace.library": [
"~/proj/forks/awesome"
],
@ -26,6 +26,7 @@
"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,

View file

@ -1,7 +0,0 @@
<?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>