hello friends! new(ish)!
Fvwm: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
== Keybindings == | == Keybindings == | ||
I've found [https://www.fvwm.org/Wiki/Config/Bindings/ FVWM bindings] configuration to be absolute garbage. So I just used [https://wiki.archlinux.org/title/sxhkd sxhkd] to configure keybindings to open the terminal and take screenshots | I've found [https://www.fvwm.org/Wiki/Config/Bindings/ FVWM bindings] configuration to be absolute garbage. So I just used [https://wiki.archlinux.org/title/sxhkd sxhkd] to configure keybindings to open the terminal and take screenshots | ||
UPDATE: I figured this crap out. Here are some examples of FVWM configuration keybindings. I could finally cease the use of the garbage called sxhkd | |||
<code># Win + Return</code> | |||
<code>Key Return A $[Mod1] Exec st</code> | |||
<code># Win + R</code> | |||
<code>Key R A $[Mod1] Exec dmenu_run</code> | |||
<code># Win + Shift + S</code> | |||
<code>Key S A $[Mod2] Exec /bin/scrot -s</code> | |||
<code># Win + Shift + I</code> | |||
<code>Key I A $[Mod2] Exec st -e ssh smash tmux -u2 a</code> | |||
<code># Win + Shift + T</code> | |||
<code>Key T A $[Mod2] Exec st -e tmux -u2 a</code> | |||
== further reading == | == further reading == |
Latest revision as of 11:07, 20 January 2025
fvwm is a minimal window manager. You can configure it from scratch or use a distribution like fvwm-crystal. It started as a fork of twm back in 1993. In Year of Our Lord 2025. The thing still looks like we are in the 90s. Which is neat for some users.
Personally I am too lazy to configure fvwm from scratch so I just used fvwm-crystal. It is in Debian repos and modifying fvwm-crystal configuration to my needs. I also configured fvwm-crystal to use rox as it's "desktop manager" (whatever that means).
Update: I found rox to be absolute unusable garbage so I just use the fvwm-crystal thing as it comes by default with some configuration for the Desktop Icons.
Keybindings
I've found FVWM bindings configuration to be absolute garbage. So I just used sxhkd to configure keybindings to open the terminal and take screenshots
UPDATE: I figured this crap out. Here are some examples of FVWM configuration keybindings. I could finally cease the use of the garbage called sxhkd
# Win + Return
Key Return A $[Mod1] Exec st
# Win + R
Key R A $[Mod1] Exec dmenu_run
# Win + Shift + S
Key S A $[Mod2] Exec /bin/scrot -s
# Win + Shift + I
Key I A $[Mod2] Exec st -e ssh smash tmux -u2 a
# Win + Shift + T
Key T A $[Mod2] Exec st -e tmux -u2 a
further reading
- fvwm3(1)
- fvwm-crystal(1)
- FVWMCrystalFAQ(1)
- conky(1)