diff options
-rw-r--r-- | linuxRoom.html | 44 |
1 files changed, 41 insertions, 3 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index 3bd9776..fecbc2b 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -32,13 +32,14 @@ table { <td> <h2>My current setup</h2> <ul> - <li>Distro: <a href="">fedora xfce</a></li> + <li>Distro: <a href="#fedora">fedora xfce</a></li> <li>Web browser: <a href="">librewolf</a></li> <li>Terminal: <a href="">alacritty</a></li> <li>Shell: <a href="">zsh</a></li> <li>Editor: <a href="">lite-xl</a></li> <li>Other editor: <a href="">neovim</a></li> <li>Media player: <a href="">mpv</a></li> + <li>Mail client: <a href="">claws</a></li> </ul> </td> </tr> @@ -73,7 +74,7 @@ table { <table border="1" width="60%"> <tr> <td> - <h2>fedora xfce</h2> + <h2 id="fedora">fedora xfce</h2> <p> Fedora been my go to for quite a while though I sometimes switch desktops lmao. I have tried the gnome version but it doesn't really fit me so most @@ -87,7 +88,7 @@ table { <h3>Setting up fedora</h3> <p> Fedora has a little extra setup you wouldn't see in something like linux mint though - is isn't that bad. + it isn't that bad. </p> <h4>Packages</h4> <p> @@ -149,6 +150,43 @@ table { </ul> <h3>xfce settings in fedora</h3> + <p> + By default xfce is a very plain desktop and looks kind of old and shitty + (like this website), but it can look and feel great with some work! + </p> + <ul> + <li>Install nicer icons with <code>sudo dnf install papirus-icon-theme</code> then set them as your icon theme</li> + <li> + Install a better theme. Some good ones are: + <ul> + <li><a href="https://drasite.com/flat-remix-gtk" target="_blank">flat-remix</a></li> + <li><a href="https://www.xfce-look.org/p/1681313/" target="_blank">gruvbox</a></lib> + <li><a href="https://www.xfce-look.org/p/2098041" target="_blank">DoorMaker</a></li> + <li><a href="https://www.xfce-look.org/p/1394325" target="_blank">BaZik</a></li> + </ul> + </li> + <li> + The default menu is alright but I like whisker menu more. Install it with + <code>sudo dnf install xfce4-whiskermenu-plugin</code> then go + into the panel settings to remove the old one and change it to whisker menu. + </li> + <li> + Enable clipman as one of the startup apps for a kde like clipboard. + </li> + <li> + Make some nicer keybinds: + <ul> + <li>I like to change the app finder to "super+d" because the default "alt+f3" is too close to issues...</li> + <li>I like to bind the <code>xfce4-popup-whiskermenu</code> command to the super key to make it feel + more like other desktops</li> + <li>Bind "super+v" to <code>xfce4-clipman-history</code> to make it feel more like the kde clipboard</li> + </ul> + </li> + <li> + Make new windows show up at the mouse by going into the "Window ManagerTweaks" "Placement" tab, + turning the minimum size all the way up and chaning the place windows position to under the mouse pointer. + </li> + </ul> </td> </tr> </table> |