From d4dbad9f24bb1f2aadab9eb9697f79cec1cb4cfc Mon Sep 17 00:00:00 2001 From: nathansmith Date: Mon, 7 Apr 2025 14:13:46 -0600 Subject: Finished more stuff I needed to finish --- distro_guides/xfce.html | 117 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 distro_guides/xfce.html (limited to 'distro_guides') diff --git a/distro_guides/xfce.html b/distro_guides/xfce.html new file mode 100644 index 0000000..b4bdd95 --- /dev/null +++ b/distro_guides/xfce.html @@ -0,0 +1,117 @@ + + + + + + + + + + + + Back to home page +
+ Back to linux room + +
+ + + + +
+

Xfce DE

+

+ Indeed the best DE out there. +

+
+ + + + + + + + + +
+

+ 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! +

+
    +
  • Install nicer icons like papirus, can never go wrong with papirus icons. + then set them as your icon theme
  • +
  • + Install a better theme. Some good ones are: + +
  • +
  • + The default menu is alright but I like whisker menu more. +
      +
    • Install whisker menu for a way better menu
    • +
    • Go into the panel settings to remove the old one and change it to whisker menu.
    • +
    +
  • +
  • + Enable clipman as one of the startup apps for a kde like clipboard. +
  • +
  • + Make some nicer keybinds: +
      +
    • + Bind xfce4-popup-whiskermenu to something like alt+f1 than use xcape to bind it to + super to get around the xfce super key bug. Add xcape -e 'Super_L=Alt_L|F1' as a + startup application or whatever dummy keybind you binded to whiskermenu. Sadly xfce cant bind + anything to super key without breaking other shortcuts that use super so we have to use xcape + in a painful hacky way. +
    • +
    • Bind "super+v" to xfce4-clipman-history to make it feel more like the kde clipboard
    • +
    +
  • +
  • + 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. +
  • +
  • + Go into "Window Manager" and set a cooler window style and more sane shortcuts for virtual desktops. +
  • +
  • + Go into "Window Manager Tweaks" and fuck around with the compositor settings for cool clear things. +
  • +
+
+

Rofi in xfce

+ The default xfce appfinder been causing me issues lately so I decided to switch to rofi. +

+ To make rofi work with my workflow I like to add some binds for it: +
    +
  • Bind rofi -show drun -icon-theme "Papirus-Dark" -show-icons to super+d
  • +
  • Bind rofi -show run to super+r
  • +
  • Bind rofi -show window -icon-theme "Papirus-Dark" -show-icons to super+w
  • +
+ There is much more I could use rofi for but this is all I need. +
+
+ + -- cgit v1.2.3