diff --git a/.bashrc b/.bashrc
index c0ef63d..c992e33 100644
--- a/.bashrc
+++ b/.bashrc
@@ -19,6 +19,8 @@ alias ncmpcpp='ncmpcpp -b ~/.config/ncmpcpp/bindings'
alias nv='nvim'
alias lv='lvim'
+alias nnn='nnn -de'
+
alias lg='lazygit'
alias pf='pfetch'
@@ -30,6 +32,16 @@ alias pf='pfetch'
export VISUAL=nvim
export EDITOR="$VISUAL"
+# nnn
+export NNN_TRASH=1
+export NNN_OPTS="H" # 'H' shows the hidden files. Same as option -H (so 'nnn -deH')
+# export NNN_OPTS="deH" # if you prefer to have all the options at the same place
+export LC_COLLATE="C" # hidden files on top
+export NNN_FIFO="/tmp/nnn.fifo" # temporary buffer for the previews
+export NNN_FCOLORS="AAAAE631BBBBCCCCDDDD9999" # feel free to change the colors
+export NNN_PLUG='p:preview-tui' # many other plugins are available here: https://github.com/jarun/nnn/tree/master/plugins
+export SPLIT='v' # to split Kitty vertically
+
# ------- #
# startup #
# ------- #
diff --git a/.config/firefox/startpages/everforest-dark/images/01.jpg b/.config/firefox/startpages/everforest-dark/images/01.jpg
deleted file mode 100644
index 10e5c85..0000000
Binary files a/.config/firefox/startpages/everforest-dark/images/01.jpg and /dev/null differ
diff --git a/.config/firefox/startpages/everforest-dark/index.html b/.config/firefox/startpages/everforest-dark/index.html
deleted file mode 100644
index 617840d..0000000
--- a/.config/firefox/startpages/everforest-dark/index.html
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
- New Tab
-
-
-
-
-
-
-
-
- Welcome back!
-
-
-
-
-
-
-
-
-
diff --git a/.config/firefox/startpages/everforest-dark/style.css b/.config/firefox/startpages/everforest-dark/style.css
deleted file mode 100644
index 4c6067d..0000000
--- a/.config/firefox/startpages/everforest-dark/style.css
+++ /dev/null
@@ -1,126 +0,0 @@
-html {
- align-items: center;
- display: flex;
- height: 100%;
- justify-content: center;
-}
-
-body {
- display: flex;
- color: #fdf6e3;
- background: #2d353b;
- font-family: 'JetBrainsMonoNL Nerd Font';
- margin-right: 9em;
- padding: 1em;
-}
-
-img {
- height: 660px;
- width: 440px;
- margin-right: 2em;
- margin-left: 2em;
- border-radius: 12px;
- border: 1px solid rgba(30, 35, 38, 1.0);
- box-shadow: 0 4px 8px 0 rgba(30, 35, 38, 0.2), 0 6px 20px 0 rgba(30, 35, 38, 0.19);
-}
-
-nav {
- display: grid;
- grid-row-gap: 2em;
- grid-column-gap: 3em;
- grid-template-columns: 1fr 1fr 1fr;
- min-width: 28em;
- grid-auto-rows: max-content;
-}
-
-h1 {
- font-size: 2.2em;
- font-family: JetBrainsMonoNL Nerd Font;
- color:#fbf1c7;
- font-weight: 600;
- grid-column: 1/-1;
- text-align: center;
- margin-bottom:0.2em;
- margin-top:2.4em;
-}
-
-ul {
- font-size: 1.1em;
- margin: 0;
- padding: 0;
- white-space: nowrap;
- list-style-type: none;
-}
-
-li {
- line-height: 1.4em;
- margin-left: 4.8em;
-}
-
-l1:first-child {
- display: inline-block;
- color: #e67e80;
- font-size: 1.5em;
- font-weight: 600;
- text-align: center;
- line-height: 2em;
- margin-left: 3.2em;
-}
-l2:first-child {
- display: inline-block;
- color: #a7c080;
- font-size: 1.5em;
- font-weight: 600;
- text-align: center;
- line-height: 2em;
- margin-left: 3.2em;
-}
-l3:first-child {
- display: inline-block;
- color: #dbbc7f;
- font-size: 1.5em;
- font-weight: 600;
- text-align: center;
- line-height: 2em;
- margin-left: 3.2em;
-}
-l4:first-child {
- display: inline-block;
- color: #7fbbb3;
- font-size: 1.5em;
- font-weight: 600;
- text-align: center;
- line-height: 2em;
- margin-left: 3.2em;
-}
-l5:first-child {
- display: inline-block;
- color: #d699b6;
- font-size: 1.5em;
- font-weight: 600;
- text-align: center;
- line-height: 2em;
- margin-left: 3.2em;
-}
-l6:first-child {
- display: inline-block;
- color: #83c092;
- font-size: 1.5em;
- font-weight: 600;
- text-align: center;
- line-height: 2em;
- margin-left: 3.2em;
-}
-a {
- color: #e0dcc7;
- font-size: 1.1em;
- font-family: JetBrainsMonoNL Nerd Font;
- text-decoration: none;
-}
-
-a:hover {
- color: #d3c6aa;
- font-weight: 500;
-}
-
-
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 643f85a..53e5119 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -1351,7 +1351,7 @@ tab_title_max_length 50
#: See rc_custom_auth for details.
-# allow_remote_control no
+allow_remote_control yes
#: Allow other programs to control kitty. If you turn this on, other
#: programs can control all aspects of kitty, including sending text
@@ -1380,7 +1380,7 @@ tab_title_max_length 50
#: yes
#: Remote control requests are always accepted.
-# listen_on none
+listen_on unix:/tmp/kitty
#: Listen to the specified socket for remote control connections. Note
#: that this will apply to all kitty instances. It can be overridden
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index e155e87..ef55c22 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -127,8 +127,8 @@ super + {Left,Down,Up,Right}
super + space
playerctl --player=Feishin play-pause
-super + comma
+super + period
playerctl --player=Feishin next
-super + period
+super + comma
playerctl --player=Feishin previous
diff --git a/.xinitrc b/.xinitrc
index 6416d53..d156709 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -4,7 +4,7 @@
xsetroot -cursor_name left_ptr
# set wallpaper
-xwallpaper --zoom ~/wallpapers/city.png
+xwallpaper --zoom ~/wallpapers/everforest/mist_forest_1.png
# start window manager
exec bspwm
diff --git a/README.md b/README.md
index 59f5c95..c019fa2 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ here are the dotfiles and some of the programs i use for my bspwm setup. wip.
- dm: [ly](https://github.com/fairyglade/ly)
- compositor: [picom](https://github.com/yshui/picom)
- aur helper: [paru](https://github.com/Morganamilo/paru)
-- file manager: [nnn](https://github.com/jarun/nnn), [vifm](https://github.com/vifm/vifm), or [lf](https://github.com/gokcehan/lf)
+- file manager: [nnn](https://github.com/jarun/nnn)
- launcher: [rofi](https://github.com/davatorium/rofi)
- bar: [lemonbar](https://github.com/LemonBoy/bar)
- notifications: [dunst](https://github.com/dunst-project/dunst)