diff --git a/sway/.config/sway/config b/sway/.config/sway/config

new file mode 100644

index 0000000000000000000000000000000000000000..0ede4b24d20126473fc33098bec91108eccd05c5

--- /dev/null

+++ b/sway/.config/sway/config

@@ -0,0 +1,250 @@

+# Default config for sway

+### Variables

+# Logo key. Use Mod1 for Alt.

+set $mod Mod4

+set $alt Mod1

+# Font

+font pango:Hack 11

+# Home row direction keys, like vim

+set $left h

+set $down j

+set $up k

+set $right l

+# Your preferred terminal emulator

+set $term alacritty

+### Output configuration

+#

+# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)

+output "*" bg /home/michal/Media/Pictures/wallpaper.jpg fill

+# Output:

+#

+output eDP-1 position 0,0

+output DP-5 position 1360,0

+#

+### Idle configuration

+#

+# Idle:

+#

+exec swayidle -w \

+# This will lock your screen after 300 seconds of inactivity, then turn off

+# your displays after another 300 seconds, and turn your screens back on when

+# resumed. It will also lock your screen before your computer goes to sleep.

+seat * hide_cursor 1000

+### Input configuration

+#

+# Example configuration:

+#

+# input "2:14:SynPS/2_Synaptics_TouchPad" {

+# dwt enabled

+# tap enabled

+# natural_scroll enabled

+# middle_emulation enabled

+# }

+# You can get the names of your inputs by running: swaymsg -t get_inputs

+# Read man 5 sway-input for more information about this section.

+### Key bindings

+#

+# Basics:

+#

+# Moving around:

+#

+#

+# Workspaces:

+#

+#

+# Layout stuff:

+#

+# Scratchpad:

+#

+#

+# Resizing containers:

+#

+mode "resize" {

+}

+bindsym $mod+r mode "resize"

+# Colors

+set $bgb #282a36

+set $bg #282a36AA

+set $fg #f8f8f2

+set $tf #f8f8f2AA

+set $hi #f1fa7c

+set $tx #040404

+set $pk #ff79c6

+# yellow

+set $yw #f1fa7c

+# green

+set $gn #50fa7b

+# red

+set $rd #ff5555

+set $id #2f74b5

+# set some nice colors border background text indicator

+client.focused $id $id $tx $gn

+client.unfocused $bg $bg $tf $id

+client.focused_inactive $bg $bg $pk $id

+client.urgent $yw $yw $tx $rd

+#border & indicator are ignored

+client.placeholder $bg $bg $bg $bg

+#

+# Status Bar:

+#

+# Read man 5 sway-bar for more information about this section.

+bar {

+}

+include /etc/sway/config.d/*

Proxy Information
Original URL
gemini://mkl-wlod.srht.site/repo/commits/1946d8b4ed13cf6f27d0f0fe86b244cee4178d70.patch
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
137.24334 milliseconds
Gemini-to-HTML Time
3.231854 milliseconds

This content has been proxied by September (3851b).