You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, I don't want to use Nautilus to navigate the filesystem... Definitely not because I messed up my system and now GUI programs don't work. Midnight Commander is a terminal-based file manager that can be used via keyboard.
150
+
151
+
```bash
152
+
paru -S mc
153
+
cp -r ~/Temp/SGDotfiles/mc ~/.config/mc
154
+
```
155
+
148
156
#### Flatpak
149
157
150
158
```bash
@@ -252,7 +260,8 @@ paru -S hyprland hyprpaper \
252
260
seahorse libsecret \
253
261
nm-connection-editor \
254
262
network-manager-applet \
255
-
wl-clipboard cliphist
263
+
wl-clipboard cliphist \
264
+
pavucontrol
256
265
```
257
266
258
267
> [!TIP] If you ever need help, Hyprland has their own wiki, so [read it](https://wiki.hyprland.org/Getting-Started/Master-Tutorial/)!
0 commit comments