Compare commits
8 commits
ca7b18ff7a
...
eacf2e98f7
| Author | SHA1 | Date | |
|---|---|---|---|
| eacf2e98f7 | |||
| 0246fad2ad | |||
| 3a97d4a82d | |||
| f7f310a5d2 | |||
| f23a0f9bcc | |||
| e2c1cfda3c | |||
| 6fba8bbb87 | |||
| 22be59591d |
6 changed files with 33 additions and 53 deletions
6
init
6
init
|
|
@ -18,12 +18,12 @@ session.screen0.slit.acceptKdeDockapps: true
|
||||||
session.screen0.slit.layer: Dock
|
session.screen0.slit.layer: Dock
|
||||||
session.screen0.slit.autoHide: false
|
session.screen0.slit.autoHide: false
|
||||||
session.screen0.slit.alpha: 255
|
session.screen0.slit.alpha: 255
|
||||||
session.screen0.slit.autoRaise: false
|
session.screen0.slit.autoRaise: true
|
||||||
session.screen0.slit.onhead: 0
|
session.screen0.slit.onhead: 0
|
||||||
session.screen0.slit.maxOver: false
|
session.screen0.slit.maxOver: false
|
||||||
session.screen0.slit.placement: TopRight
|
session.screen0.slit.placement: RightTop
|
||||||
session.screen0.window.focus.alpha: 255
|
session.screen0.window.focus.alpha: 255
|
||||||
session.screen0.window.unfocus.alpha: 200
|
session.screen0.window.unfocus.alpha: 255
|
||||||
session.screen0.toolbar.tools: prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock
|
session.screen0.toolbar.tools: prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock
|
||||||
session.screen0.toolbar.layer: Dock
|
session.screen0.toolbar.layer: Dock
|
||||||
session.screen0.toolbar.visible: true
|
session.screen0.toolbar.visible: true
|
||||||
|
|
|
||||||
7
keys
7
keys
|
|
@ -22,8 +22,8 @@ OnRightGrip Move1 :StartResizing bottomright
|
||||||
# super + middle click to lower the window
|
# super + middle click to lower the window
|
||||||
OnWindow Mod4 Mouse2 :Lower
|
OnWindow Mod4 Mouse2 :Lower
|
||||||
|
|
||||||
# control-click a window's titlebar and drag to attach windows
|
# middle click a window's titlebar and drag to attach windows
|
||||||
OnTitlebar Control Mouse1 :StartTabbing
|
OnTitlebar Mouse2 :StartTabbing
|
||||||
|
|
||||||
# double click on the titlebar to shade
|
# double click on the titlebar to shade
|
||||||
OnTitlebar Double Mouse1 :Shade
|
OnTitlebar Double Mouse1 :Shade
|
||||||
|
|
@ -32,9 +32,6 @@ OnTitlebar Double Mouse1 :Shade
|
||||||
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
|
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
|
||||||
OnTitlebar Move1 :StartMoving
|
OnTitlebar Move1 :StartMoving
|
||||||
|
|
||||||
# middle click on the titlebar to lower
|
|
||||||
OnTitlebar Mouse2 :Lower
|
|
||||||
|
|
||||||
# right click on the titlebar for a menu of options
|
# right click on the titlebar for a menu of options
|
||||||
OnTitlebar Mouse3 :WindowMenu
|
OnTitlebar Mouse3 :WindowMenu
|
||||||
|
|
||||||
|
|
|
||||||
25
menu
25
menu
|
|
@ -14,12 +14,26 @@
|
||||||
# - To prevent any other app from overwriting your menu
|
# - To prevent any other app from overwriting your menu
|
||||||
# you can change the menu name in ~/.fluxbox/init to:
|
# you can change the menu name in ~/.fluxbox/init to:
|
||||||
# session.menuFile: ~/.fluxbox/my-menu
|
# session.menuFile: ~/.fluxbox/my-menu
|
||||||
[begin] (Fluxbox-1.3.7)
|
[begin] (Fluxbox v1.3.7)
|
||||||
[encoding] {UTF-8}
|
[encoding] {UTF-8}
|
||||||
[exec] (st) {st}
|
[exec] (Terminal) {st}
|
||||||
[exec] (librewolf) {librewolf}
|
[exec] (Librewolf) {librewolf}
|
||||||
[exec] (fbrun) {fbrun}
|
[exec] (Run...) {fbrun}
|
||||||
[submenu] (Fluxbox menu)
|
[separator]
|
||||||
|
[include] (/var/cache/xdg-menu/fluxbox/boxrc) # generated with update-menus (requires xdg-menu)
|
||||||
|
[submenu] (Dockapps) {Open a dockapp...}
|
||||||
|
[exec] (wmusic) {wmusic}
|
||||||
|
[exec] (wmamixer) {wmamixer -w} # '-w' makes it runs as an actual dockapp
|
||||||
|
[exec] (wmcpuload) {wmcpuload}
|
||||||
|
[exec] (wmsysmon) {wmsysmon}
|
||||||
|
[separator]
|
||||||
|
[exec] (Kill all dockapps) {pkill -e 'wmusic|wmamixer|wmcpuload|wmsysmon|wmmemfree'}
|
||||||
|
[end]
|
||||||
|
[submenu] (Wallpapers) {Choose a wallpaper...}
|
||||||
|
[wallpapers] (~/Pictures/Wallpapers) {wal -i} # obviously depends on pywal
|
||||||
|
[end]
|
||||||
|
[separator]
|
||||||
|
[submenu] (Fluxbox menu) {Fluxbox menu}
|
||||||
[config] (Configure)
|
[config] (Configure)
|
||||||
[submenu] (System Styles) {Choose a style...}
|
[submenu] (System Styles) {Choose a style...}
|
||||||
[stylesdir] (/usr/share/fluxbox/styles)
|
[stylesdir] (/usr/share/fluxbox/styles)
|
||||||
|
|
@ -31,7 +45,6 @@
|
||||||
[commanddialog] (Fluxbox Command)
|
[commanddialog] (Fluxbox Command)
|
||||||
[reconfig] (Reload config)
|
[reconfig] (Reload config)
|
||||||
[restart] (Restart)
|
[restart] (Restart)
|
||||||
[exec] (About) {(fluxbox -v; fluxbox -info | sed 1d) | xmessage -file - -center}
|
|
||||||
[separator]
|
[separator]
|
||||||
[exit] (Exit)
|
[exit] (Exit)
|
||||||
[end]
|
[end]
|
||||||
|
|
|
||||||
39
menu.bak
39
menu.bak
|
|
@ -1,39 +0,0 @@
|
||||||
# Generated by fluxbox-generate_menu
|
|
||||||
#
|
|
||||||
# If you read this it means you want to edit this file manually, so here
|
|
||||||
# are some useful tips:
|
|
||||||
#
|
|
||||||
# - You can add your own menu-entries to ~/.fluxbox/usermenu
|
|
||||||
#
|
|
||||||
# - If you miss apps please let me know and I will add them for the next
|
|
||||||
# release.
|
|
||||||
#
|
|
||||||
# - The -r option prevents removing of empty menu entries and lines which
|
|
||||||
# makes things much more readable.
|
|
||||||
#
|
|
||||||
# - To prevent any other app from overwriting your menu
|
|
||||||
# you can change the menu name in ~/.fluxbox/init to:
|
|
||||||
# session.menuFile: ~/.fluxbox/my-menu
|
|
||||||
[begin] (Fluxbox-1.3.7)
|
|
||||||
[encoding] {UTF-8}
|
|
||||||
[exec] (st) {st}
|
|
||||||
[exec] (librewolf) {librewolf}
|
|
||||||
[exec] (fbrun) {fbrun}
|
|
||||||
[submenu] (Fluxbox menu)
|
|
||||||
[config] (Configure)
|
|
||||||
[submenu] (System Styles) {Choose a style...}
|
|
||||||
[stylesdir] (/usr/share/fluxbox/styles)
|
|
||||||
[end]
|
|
||||||
[submenu] (User Styles) {Choose a style...}
|
|
||||||
[stylesdir] (~/.fluxbox/styles)
|
|
||||||
[end]
|
|
||||||
[workspaces] (Workspace List)
|
|
||||||
[commanddialog] (Fluxbox Command)
|
|
||||||
[reconfig] (Reload config)
|
|
||||||
[restart] (Restart)
|
|
||||||
[exec] (About) {(fluxbox -v; fluxbox -info | sed 1d) | xmessage -file - -center}
|
|
||||||
[separator]
|
|
||||||
[exit] (Exit)
|
|
||||||
[end]
|
|
||||||
[endencoding]
|
|
||||||
[end]
|
|
||||||
6
slitlist
6
slitlist
|
|
@ -0,0 +1,6 @@
|
||||||
|
wmmemfree
|
||||||
|
wmusic
|
||||||
|
wmamixer
|
||||||
|
wmcpuload
|
||||||
|
wmalauncher
|
||||||
|
wmsysmon
|
||||||
3
startup
3
startup
|
|
@ -26,6 +26,9 @@ fbpid=$!
|
||||||
sleep 1
|
sleep 1
|
||||||
{
|
{
|
||||||
fastcompmgr &
|
fastcompmgr &
|
||||||
|
wmcpuload &
|
||||||
|
wmamixer -w &
|
||||||
|
wmusic &
|
||||||
fbautostart &
|
fbautostart &
|
||||||
} &
|
} &
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue