Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jld/fvwm-cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jld committed Nov 28, 2019
2 parents 0e1384e + f5017e0 commit 4b08150
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config
Expand Up @@ -30,6 +30,9 @@ Style "Opus Magnum" !Borders, !Title
#Style "SHENZHEN I/O" !Borders, !Title
Style "EXAPUNKS" !Borders, !Title
Style "Kerbal Space Program" !Borders, !Title
Style "BATTLETECH" !Borders, !Title
Style "Imperator" !Borders, !Title
Style "MOLEK-SYNTEZ" !Borders, !Title
# WTF
##Style "Steam" !Borders, !Title
Style * MwmDecor
Expand Down Expand Up @@ -140,8 +143,21 @@ DestroyMenu MetaMenu
AddToMenu MetaMenu
+ Meta Title
+ "Window List" WindowList
+ Restart Restart
+ "&Move" Popup Move
+ "&Restart" Restart
+ "Don't Exit" Nop
+ Exit Quit

DestroyMenu Move
AddToMenu Move
+ Move Title
+ "Move NW (&Y)" Move 0 0
+ "Move NE (&U)" Move -0 0
+ "Move SW (&B)" Move 0 -0
+ "Move SE (&N)" Move -0 -0
+ "Move W (&H)" Move 0 w
+ "Move S (&J)" Move w -0
+ "Move N (&K)" Move w 0
+ "Move E (&L)" Move -0 w

PipeRead 'cat ~/.fvwm/config-"$(hostname -s)"'
5 changes: 5 additions & 0 deletions config-sunlit-garden
Expand Up @@ -3,6 +3,11 @@
AddToMenu StuffMenu
+ "&Big Text" Exec xterm -fa mono:pixelsize=50 -geometry 80x25
+ "Big&ger Text" Exec xterm -fa mono:pixelsize=73 -geometry 87x25--1--1
+ "Tin&y Text" Exec xterm -fa mono:pixelsize=10
+ "" Nop
+ "&Spotify" Exec spotify
+ "S&team" Exec steam
+ "&PySolFC" Exec pysolfc

Style * Font xft:sans-8:style=Bold
MenuStyle * TitleFont xft:serif-10:style=Bold
Expand Down

0 comments on commit 4b08150

Please sign in to comment.