Compare commits
No commits in common. "9337796338bf78d75369b95ff2155bdfaa79fd28" and "87a96e1bc1b625b5ec031c33a7151f4f131b5f02" have entirely different histories.
9337796338
...
87a96e1bc1
6 changed files with 16 additions and 11 deletions
|
@ -20,3 +20,15 @@ while [ "$(echo $outputs | jq -r .[$i])" != "null" ]; do
|
||||||
generate $height $width
|
generate $height $width
|
||||||
((i++))
|
((i++))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -26,14 +26,13 @@ for_window [window_role="task_dialog"] floating enable
|
||||||
|
|
||||||
# shutdown / restart / suspend...
|
# shutdown / restart / suspend...
|
||||||
set $lockwall "swaylock -i ~/.config/sway/backgrounds/widthxheight.png"
|
set $lockwall "swaylock -i ~/.config/sway/backgrounds/widthxheight.png"
|
||||||
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown, (u) suspend
|
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown
|
||||||
|
|
||||||
mode "$mode_system" {
|
mode "$mode_system" {
|
||||||
bindsym l exec --no-startup-id $lockwall, mode "default"
|
bindsym l exec --no-startup-id $lockwall, mode "default"
|
||||||
bindsym e exec --no-startup-id swaymsg exit, mode "default"
|
bindsym e exec --no-startup-id swaymsg exit, mode "default"
|
||||||
bindsym r exec --no-startup-id reboot, mode "default"
|
bindsym r exec --no-startup-id reboot, mode "default"
|
||||||
bindsym s exec --no-startup-id shutdown now, mode "default"
|
bindsym s exec --no-startup-id shutdown now, mode "default"
|
||||||
bindsym u exec --no-startup-id "swaylock -i ~/.config/sway/backgrounds/2560x1440.png -f; systemctl suspend", mode "default"
|
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|
|
@ -2,4 +2,6 @@ output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_
|
||||||
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
|
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
|
||||||
output "AU Optronics 0x463D" mode 1920x1080@60hz
|
output "AU Optronics 0x463D" mode 1920x1080@60hz
|
||||||
|
|
||||||
output * bg ~/bg-generation/logo.png center #1E1E2E
|
output "Acer Technologies EK271U E 14160766B3W01" bg ~/.config/sway/backgrounds/2560x1440.png fill
|
||||||
|
output "Hewlett Packard HP ZR22w CN41250H24" bg ~/.config/sway/backgrounds/1080x1920.png fill
|
||||||
|
output "AU Optronics 0x463D" bg ~/.config/sway/backgrounds/1920x1080.png fill
|
||||||
|
|
|
@ -16,7 +16,6 @@ ctenbrinke.vscode-tsv
|
||||||
danielpinto8zz6.c-cpp-compile-run
|
danielpinto8zz6.c-cpp-compile-run
|
||||||
davidanson.vscode-markdownlint
|
davidanson.vscode-markdownlint
|
||||||
diegomolina.css-minify
|
diegomolina.css-minify
|
||||||
donjayamanne.githistory
|
|
||||||
dustypomerleau.rust-syntax
|
dustypomerleau.rust-syntax
|
||||||
dzhavat.git-cheatsheet
|
dzhavat.git-cheatsheet
|
||||||
equinusocio.vsc-material-theme-icons
|
equinusocio.vsc-material-theme-icons
|
||||||
|
@ -37,14 +36,11 @@ harryhopkinson.vim-theme
|
||||||
hoovercj.vscode-settings-cycler
|
hoovercj.vscode-settings-cycler
|
||||||
icrawl.discord-vscode
|
icrawl.discord-vscode
|
||||||
itzselenux.lm-theme
|
itzselenux.lm-theme
|
||||||
jinxdash.prettier-rust
|
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
joelcrosby.one-dark-darker
|
joelcrosby.one-dark-darker
|
||||||
jscearcy.rust-doc-viewer
|
jscearcy.rust-doc-viewer
|
||||||
kelvin.vscode-sshfs
|
|
||||||
kisstkondoros.vscode-gutter-preview
|
kisstkondoros.vscode-gutter-preview
|
||||||
kokoscript.loopytheme
|
kokoscript.loopytheme
|
||||||
l13rary.l13-diff
|
|
||||||
lacroixdavid1.vscode-format-context-menu
|
lacroixdavid1.vscode-format-context-menu
|
||||||
laurenclark.sappho
|
laurenclark.sappho
|
||||||
lorettadevs.loretta-lua
|
lorettadevs.loretta-lua
|
||||||
|
@ -57,7 +53,6 @@ mechatroner.rainbow-csv
|
||||||
mhutchie.git-graph
|
mhutchie.git-graph
|
||||||
mohd-akram.vscode-html-format
|
mohd-akram.vscode-html-format
|
||||||
ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
ms-dotnettools.vscode-dotnet-runtime
|
|
||||||
ms-mssql.data-workspace-vscode
|
ms-mssql.data-workspace-vscode
|
||||||
ms-mssql.mssql
|
ms-mssql.mssql
|
||||||
ms-mssql.sql-bindings-vscode
|
ms-mssql.sql-bindings-vscode
|
||||||
|
@ -87,7 +82,6 @@ ms-vscode.makefile-tools
|
||||||
ms-vscode.remote-explorer
|
ms-vscode.remote-explorer
|
||||||
ms-vscode.remote-server
|
ms-vscode.remote-server
|
||||||
ms-vscode.vscode-serial-monitor
|
ms-vscode.vscode-serial-monitor
|
||||||
ms-vsliveshare.vsliveshare
|
|
||||||
nicscott.gitkraken-dark
|
nicscott.gitkraken-dark
|
||||||
nord.nord
|
nord.nord
|
||||||
novy.vsc-gcode
|
novy.vsc-gcode
|
||||||
|
@ -102,7 +96,6 @@ redhat.vscode-yaml
|
||||||
robbowen.synthwave-vscode
|
robbowen.synthwave-vscode
|
||||||
rokoroku.vscode-theme-darcula
|
rokoroku.vscode-theme-darcula
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
sanaajani.taskrunnercode
|
|
||||||
shahilkumar.docxreader
|
shahilkumar.docxreader
|
||||||
slevesque.vscode-zipexplorer
|
slevesque.vscode-zipexplorer
|
||||||
st0pien.min-darker
|
st0pien.min-darker
|
||||||
|
@ -115,7 +108,6 @@ tomoki1207.pdf
|
||||||
ttoowa.in-your-face-incredible
|
ttoowa.in-your-face-incredible
|
||||||
twxs.cmake
|
twxs.cmake
|
||||||
usernamehw.errorlens
|
usernamehw.errorlens
|
||||||
vadimcn.vscode-lldb
|
|
||||||
vinaykumar.vice
|
vinaykumar.vice
|
||||||
visualstudioexptteam.intellicode-api-usage-examples
|
visualstudioexptteam.intellicode-api-usage-examples
|
||||||
visualstudioexptteam.vscodeintellicode
|
visualstudioexptteam.vscodeintellicode
|
||||||
|
|
Loading…
Reference in a new issue