diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc

index ae16c6c57be327e4a8bbf788964180f606808ab7..b3b01d643a17c61d560a01c5d7e9e933339f1468 100644

--- a/dunst/.config/dunst/dunstrc

+++ b/dunst/.config/dunst/dunstrc

@@ -1,7 +1,7 @@

[global]

 monitor = 0

 follow = mouse

 progress_bar = true

 progress_bar_height = 10

 progress_bar_frame_width = 1

@@ -14,7 +14,7 @@ separator_height = 0

 padding = 8

 horizontal_padding = 8

 frame_width = 3

 sort = yes

 idle_threshold = 120

 font = Hack 12px

@@ -42,7 +42,7 @@ title = Dunst

 class = Dunst

 startup_notification = false

 verbosity = mesg

 ignore_dbusclose = false

 force_xinerama = false

 mouse_left_click = close_current

@@ -51,11 +51,11 @@ mouse_right_click = close_all

[experimental]

 per_monitor_dpi = false

[urgency_low]

 foreground = "#ffffff"

 timeout = 5

[urgency_normal]

 foreground = "#ffffff"

 timeout = 5

[urgency_critical]

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

index 5fa94d28c5a9e51001f1780b6f651e2f28137a6d..a8295e445c850e6aed27a0ea4976eb13d24c8f2c 100644

--- a/sway/.config/sway/config

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

@@ -13,7 +13,6 @@ set $right l

set $term alacritty

set $menu exec $term --class=launcher -e /home/michal/.local/bin/sway-launcher-desktop.sh

-for_window [class="PacketTracer"] floating enable, border none

for_window [class="Galculator"] floating enable

for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 2

Output configuration

@@ -23,7 +22,7 @@ # Output:

set $laptop eDP-1

-set $external DP-5

+set $external DP-6

bindswitch --reload --locked lid:on output $laptop disable

bindswitch --reload --locked lid:off output $laptop enable

@@ -41,7 +40,7 @@ before-sleep 'swaylock -i /home/michal/Media/Pictures/lock.png -s fill -u | playerctl stop'

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

+seat * hide_cursor 2000

Input configuration

Example configuration:

@@ -105,8 +104,8 @@ bindsym $mod+Shift+Delete exec "playerctl stop | swaylock -i /home/michal/Media/Pictures/lock.png -s fill -u | systemctl hibernate"

 bindsym $mod+Control+l exec "swaylock -i /home/michal/Media/Pictures/lock.png -s fill -u"

 bindsym $alt+c exec "dunstctl close-all"

 bindsym $alt+h exec "dunstctl history-pop"

 bindsym $mod+x exec "killall -SIGUSR1 waybar"

 bindsym $mod+Control+s exec "sn"

 bindsym $mod+Left move workspace to output $laptop

@@ -193,7 +192,7 @@ default_border pixel 2

Scratchpad:

 # Sway has a "scratchpad", which is a bag of holding for windows.

 # Move the currently focused window to the scratchpad

 bindsym $mod+Shift+minus move scratchpad

@@ -232,21 +231,17 @@ set $bg #111111cc

set $fg #f8f8f2

set $tf #f8f8f2AA

set $hi #f1fa7c

-set $tx #ffffff

+set $tx #f2f2f2

set $pk #ff79c6

-# yellow

set $yw #f1fa7c

-# green

set $gn #50fa7b

-# red

set $rd #ff5555

-set $id #2f74b5

+set $id #b57614

set some nice colors border background text indicator

-client.focused $id $id $tx $gn

+client.focused $bgb $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

diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc

index 733012b5cd9dee1fb2e77fbea9df19a96465c2af..12d7274b3ca6d467a9ac465f7caf3d355d8806e5 100644

--- a/vifm/.config/vifm/vifmrc

+++ b/vifm/.config/vifm/vifmrc

@@ -141,7 +141,7 @@ command! make !!make %a

command! mkcd :mkdir %a | cd %a

command! vgrep vim "+grep %a"

command! reload :write | restart full

+command! wlcopy wl-copy < %f

" ------------------------------------------------------------------------------

" The file type is for the default programs to be used with

@@ -419,9 +419,9 @@ nnoremap w :view

vnoremap w :viewgv

" Open file in existing instance of gvim

-nnoremap o :!gvim --remote-tab-silent %f

+nnoremap o :!nvim %f

" Open file in new instance of gvim

-nnoremap O :!gvim %f

+nnoremap O :!nvim %f

" Open file in the background using its default program

nnoremap gb :file &l

diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css

index 3c1671b10be3c5f000ef3be9593c02d792e45cbf..3ee3beb66134cf8f0240e786feaabeed70107e12 100644

--- a/waybar/.config/waybar/style.css

+++ b/waybar/.config/waybar/style.css

@@ -39,7 +39,7 @@ }

#workspaces button.focused {

 background-color: #2f2f2f;

}

#workspaces button.urgent {

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

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