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

- geometry = "0x0-9+29"

+ geometry = "0x0-10+30"

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

- frame_color = "#222222"

+ frame_color = "#222222cc"

sort = yes

idle_threshold = 120

font = Hack 12px

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

class = Dunst

startup_notification = false

verbosity = mesg

- corner_radius = 0

+ corner_radius = 8

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]

- background = "#222222"

+ background = "#222222cc"

foreground = "#ffffff"

timeout = 5

[urgency_normal]

- background = "#222222"

+ background = "#222222cc"

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+F11 exec "gammastep -PO 2000K"

- bindsym $mod+F12 exec "gammastep -x"

+ bindsym $mod+Home exec "gammastep -PO 2000K"

+ bindsym $mod+End exec "gammastep -x"

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.

- # You can send windows there and get them back later.

+ # You can send windows there and get them back late

# 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<cr>

vnoremap w :view<cr>gv

" Open file in existing instance of gvim

-nnoremap o :!gvim --remote-tab-silent %f<cr>

+nnoremap o :!nvim %f<cr>

" Open file in new instance of gvim

-nnoremap O :!gvim %f<cr>

+nnoremap O :!nvim %f<cr>

" Open file in the background using its default program

nnoremap gb :file &<cr>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;

- box-shadow: inset 0 -2px #f2f2f2;

+ box-shadow: inset 0 -2px #b57614;

}

#workspaces button.urgent {