skip to main content
paste
bin
.ca
type · paste · share
⌘
K
Family
The bin family
pastebin.ca
hub
Share text and code with expiry and privacy controls.
imagebin.ca
Upload and share images with direct links.
filebin.ca
Drop a file and get a shareable link.
notebin.ca
Write Markdown notes with durable links.
turl.ca
Short, reputation-checked links.
attn.ca
Notifications and alerts for your services.
voicebin.ca
Record and share short voice clips.
dnsbin.ca
Inspect DNS and debug records.
Docs
Sign in
?
← back to paste
›
Edit / fork
HJFJKSD
#8X4QTjz7rx
public / public
new version
anonymous
created 6 hours ago
Expires in 7 days
1.4 KB
syntax:
bash
Your changes create a new paste linked to this one — the original is untouched.
new version
Your changes create a new paste linked to this one — the original is untouched.
Title (optional)
Filename
Syntax
bash
text
bash
c
cpp
css
diff
dockerfile
go
html
ini
java
javascript
json
kotlin
lua
makefile
markdown
nginx
php
python
ruby
rust
shellscript
sql
swift
toml
typescript
xml
yaml
Visibility
Public feed
Access
public
Expires
7 days
10 min
1 hour
1 day
7 days
30 days
90 days
custom…
Custom expiry
Change note
(optional)
This paste will be listed on the public feed. Change Visibility if you only want people with the link to see it.
Create new version
Cancel
Paste or type…
// Полностью рабочий конфиг Niri для виртуалки input { keyboard { xkb { layout "us,ru" options "grp:alt_shift_toggle" } } numlock } layout { // Отступы между окнами и краями экрана (для unixporn) gaps 16 // Радиус скругления окон geometry-corner-radius 12 // Настройка цветных рамок вокруг окон border { width 2 active-gradient from="#81a1c1" to="#b48ead" angle=45 inactive-color "#4c566a" } } // Горячие клавиши binds { // Win + Enter — открыть терминал foot Mod+Return { spawn "foot"; } // Win + D — запустить меню приложений fuzzel Mod+D { spawn "fuzzel"; } // Win + C — закрыть текущее окно Mod+C { close-window; } // Win + Shift + E — выйти из Niri назад в консоль Mod+Shift+E { quit; } // Скроллинг ленты окон (Win + Стрелки влево/вправо) Mod+Left { focus-column-left; } Mod+Right { focus-column-right; } // Перемещение окон по ленте (Win + Shift + Стрелки) Mod+Shift+Left { move-column-left; } Mod+Shift+Right { move-column-right; } }