Compare commits
No commits in common. "eacf2e98f700c08a9d5e200663ebbe645573a9bd" and "ca7b18ff7ab619a0335bf165027970f530ff350d" have entirely different histories.
eacf2e98f7
...
ca7b18ff7a
6 changed files with 53 additions and 33 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: true
|
session.screen0.slit.autoRaise: false
|
||||||
session.screen0.slit.onhead: 0
|
session.screen0.slit.onhead: 0
|
||||||
session.screen0.slit.maxOver: false
|
session.screen0.slit.maxOver: false
|
||||||
session.screen0.slit.placement: RightTop
|
session.screen0.slit.placement: TopRight
|
||||||
session.screen0.window.focus.alpha: 255
|
session.screen0.window.focus.alpha: 255
|
||||||
session.screen0.window.unfocus.alpha: 255
|
session.screen0.window.unfocus.alpha: 200
|
||||||
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
|
||||||
|
|
||||||
# middle click a window's titlebar and drag to attach windows
|
# control-click a window's titlebar and drag to attach windows
|
||||||
OnTitlebar Mouse2 :StartTabbing
|
OnTitlebar Control Mouse1 :StartTabbing
|
||||||
|
|
||||||
# double click on the titlebar to shade
|
# double click on the titlebar to shade
|
||||||
OnTitlebar Double Mouse1 :Shade
|
OnTitlebar Double Mouse1 :Shade
|
||||||
|
|
@ -32,6 +32,9 @@ 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,26 +14,12 @@
|
||||||
# - 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 v1.3.7)
|
[begin] (Fluxbox-1.3.7)
|
||||||
[encoding] {UTF-8}
|
[encoding] {UTF-8}
|
||||||
[exec] (Terminal) {st}
|
[exec] (st) {st}
|
||||||
[exec] (Librewolf) {librewolf}
|
[exec] (librewolf) {librewolf}
|
||||||
[exec] (Run...) {fbrun}
|
[exec] (fbrun) {fbrun}
|
||||||
[separator]
|
[submenu] (Fluxbox menu)
|
||||||
[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)
|
||||||
|
|
@ -45,6 +31,7 @@
|
||||||
[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
Normal file
39
menu.bak
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
# 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
|
|
@ -1,6 +0,0 @@
|
||||||
wmmemfree
|
|
||||||
wmusic
|
|
||||||
wmamixer
|
|
||||||
wmcpuload
|
|
||||||
wmalauncher
|
|
||||||
wmsysmon
|
|
||||||
3
startup
3
startup
|
|
@ -26,9 +26,6 @@ fbpid=$!
|
||||||
sleep 1
|
sleep 1
|
||||||
{
|
{
|
||||||
fastcompmgr &
|
fastcompmgr &
|
||||||
wmcpuload &
|
|
||||||
wmamixer -w &
|
|
||||||
wmusic &
|
|
||||||
fbautostart &
|
fbautostart &
|
||||||
} &
|
} &
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue