Compare commits
3 commits
d1418b6444
...
2e35ac133a
Author | SHA1 | Date | |
---|---|---|---|
2e35ac133a | |||
7e580abdd1 | |||
36e27438a9 |
11 changed files with 96 additions and 83 deletions
2
.nanorc
Normal file
2
.nanorc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
set tabsize 4
|
||||||
|
|
|
@ -17,6 +17,7 @@ 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\"",
|
||||||
|
@ -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 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: 1.5 MiB After Width: | Height: | Size: 2.4 MiB |
BIN
awesome/themes/default/background_julia_bright.png
Normal file
BIN
awesome/themes/default/background_julia_bright.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
|
@ -1,3 +1,5 @@
|
||||||
|
/* select Proton */
|
||||||
|
|
||||||
tab-item {
|
tab-item {
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
~/.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,3 +1,4 @@
|
||||||
# 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.9
|
# inactive-opacity = 0.95
|
||||||
# inactive-opacity = 0.8;
|
# inactive-opacity = 0.8;
|
||||||
# inactive-opacity = 0.85;
|
# inactive-opacity = 0.85;
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,5 @@
|
||||||
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": "\"-Wingdings\",\"-linja lipamanka\", sasns, mono, \"nasin\\-nanpa\"",
|
"editor.fontFamily": "Liberation Mono , \"-Wingdings\",\"-linja lipamanka\", sasns, mono, \"nasin\\-nanpa\"",
|
||||||
"Lua.workspace.library": [
|
"Lua.workspace.library": [
|
||||||
"~/proj/forks/awesome"
|
"~/proj/forks/awesome"
|
||||||
],
|
],
|
||||||
|
@ -26,7 +26,6 @@
|
||||||
"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,
|
||||||
|
|
7
x-solvespace.xml
Normal file
7
x-solvespace.xml
Normal 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>
|
Loading…
Reference in a new issue