Compare commits
No commits in common. "2e35ac133a934629f01cd518bac897d3404b653a" and "d1418b644460e557474ce8ac8516bd1c6e640ec2" have entirely different histories.
2e35ac133a
...
d1418b6444
11 changed files with 83 additions and 96 deletions
2
.nanorc
2
.nanorc
|
@ -1,2 +0,0 @@
|
||||||
set tabsize 4
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ if not is_laptop then
|
||||||
awful.spawn("vscodium")
|
awful.spawn("vscodium")
|
||||||
awful.spawn("spotify")
|
awful.spawn("spotify")
|
||||||
awful.spawn("firefox")
|
awful.spawn("firefox")
|
||||||
awful.spawn("cinny")
|
|
||||||
|
|
||||||
local side_monitor = screen:count()
|
local side_monitor = screen:count()
|
||||||
awful.spawn(terminal .. " -e fish -C \"sleep 5 && ncpamixer\"",
|
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 btop", { tag = "4", screen = side_monitor, urgent = false, focus = false })
|
||||||
awful.spawn(terminal .. " -e fish -C \"sleep 5 && snoud\"",
|
awful.spawn(terminal .. " -e fish -C \"sleep 5 && snoud\"",
|
||||||
{ tag = "5", screen = side_monitor, urgent = false, focus = false })
|
{ 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
|
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 |
|
@ -1,5 +1,3 @@
|
||||||
/* select Proton */
|
|
||||||
|
|
||||||
tab-item {
|
tab-item {
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
~/.steam/debian-installation/steamapps/common/Logic World/settings_profile1.succ: steam/Logic World/settings_profile1.succ
|
~/.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
|
~/.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
|
~/.xprofile: xprofile
|
||||||
~/.nanorc: .nanorc
|
|
||||||
~/bin/scripts: scripts
|
~/bin/scripts: scripts
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# reference is in /usr/share/doc/mpv
|
# reference is in /usr/share/doc/mpv
|
||||||
|
|
||||||
ytdl-format="bestvideo[height<=?1080]+bestaudio/best"
|
ytdl-format="bestvideo[height<=?1080]+bestaudio/best"
|
||||||
scale=oversample
|
|
||||||
|
|
|
@ -121,7 +121,7 @@ fade-out-step = 0.03;
|
||||||
|
|
||||||
|
|
||||||
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
# 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.8;
|
||||||
# inactive-opacity = 0.85;
|
# inactive-opacity = 0.85;
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,3 @@
|
||||||
PROTON_LOG=0 PROTON_LOG_DIR=/tmp %command% -skipsteam --disable-videoplayers --melonloader.hideconsole
|
PROTON_LOG=0 PROTON_LOG_DIR=/tmp %command% -skipsteam --disable-videoplayers --melonloader.hideconsole
|
||||||
|
|
||||||
--disable-videoplayers --melonloader.hideconsole -skipsteam
|
--disable-videoplayers --melonloader.hideconsole -skipsteam
|
||||||
|
|
||||||
--enable-libvlc
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"liveServer.settings.root": "docs/",
|
"liveServer.settings.root": "docs/",
|
||||||
"liveServer.settings.donotVerifyTags": true,
|
"liveServer.settings.donotVerifyTags": true,
|
||||||
"editor.insertSpaces": false,
|
"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": [
|
"Lua.workspace.library": [
|
||||||
"~/proj/forks/awesome"
|
"~/proj/forks/awesome"
|
||||||
],
|
],
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all",
|
||||||
"terminal.integrated.fontFamily": "monospace",
|
"terminal.integrated.fontFamily": "monospace",
|
||||||
"markdown.preview.fontFamily": "sans",
|
"markdown.preview.fontFamily": "sans",
|
||||||
|
"editor.bracketPairColorization.enabled": false,
|
||||||
"rust-analyzer.cargo.buildScripts.enable": true,
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"redhat.telemetry.enabled": false,
|
"redhat.telemetry.enabled": false,
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in a new issue