This commit is contained in:
Nico 2021-05-03 16:49:22 +01:00
parent d370ee9f33
commit aac8e16039
22 changed files with 649 additions and 0 deletions

0
fluxbox/.fluxbox/apps Normal file
View File

76
fluxbox/.fluxbox/init Normal file
View File

@ -0,0 +1,76 @@
session.screen0.tab.placement: TopLeft
session.screen0.tab.width: 64
session.screen0.window.focus.alpha: 255
session.screen0.window.unfocus.alpha: 255
session.screen0.toolbar.onhead: 1
session.screen0.toolbar.maxOver: false
session.screen0.toolbar.layer: Dock
session.screen0.toolbar.visible: true
session.screen0.toolbar.autoHide: false
session.screen0.toolbar.placement: BottomCenter
session.screen0.toolbar.widthPercent: 100
session.screen0.toolbar.height: 0
session.screen0.toolbar.tools: prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock
session.screen0.toolbar.alpha: 255
session.screen0.clientMenu.usePixmap: true
session.screen0.menu.alpha: 255
session.screen0.slit.placement: RightBottom
session.screen0.slit.maxOver: false
session.screen0.slit.onhead: 0
session.screen0.slit.autoHide: false
session.screen0.slit.acceptKdeDockapps: true
session.screen0.slit.alpha: 255
session.screen0.slit.layer: Dock
session.screen0.tabs.usePixmap: true
session.screen0.tabs.maxOver: false
session.screen0.tabs.intitlebar: true
session.screen0.iconbar.usePixmap: true
session.screen0.iconbar.mode: {static groups} (workspace)
session.screen0.iconbar.alignment: Relative
session.screen0.iconbar.iconWidth: 128
session.screen0.iconbar.iconTextPadding: 10
session.screen0.titlebar.left: Stick
session.screen0.titlebar.right: Minimize Maximize Close
session.screen0.fullMaximization: false
session.screen0.tabFocusModel: ClickToTabFocus
session.screen0.maxDisableMove: false
session.screen0.windowPlacement: RowMinOverlapPlacement
session.screen0.focusSameHead: false
session.screen0.colPlacementDirection: TopToBottom
session.screen0.windowMenu: /home/nico/.fluxbox/windowmenu
session.screen0.rowPlacementDirection: LeftToRight
session.screen0.maxIgnoreIncrement: true
session.screen0.defaultDeco: NORMAL
session.screen0.clickRaises: true
session.screen0.edgeSnapThreshold: 10
session.screen0.opaqueMove: true
session.screen0.autoRaise: true
session.screen0.noFocusWhileTypingDelay: 0
session.screen0.workspaceNames: Workspace 1,Workspace 2,Workspace 3,Workspace 4,
session.screen0.workspacewarping: true
session.screen0.focusNewWindows: true
session.screen0.allowRemoteActions: false
session.screen0.showwindowposition: false
session.screen0.strftimeFormat: %Y-%m-%d %k:%M
session.screen0.focusModel: ClickFocus
session.screen0.tooltipDelay: 500
session.screen0.maxDisableResize: false
session.screen0.menuDelay: 200
session.screen0.workspaces: 4
session.menuSearch: itemstart
session.cacheLife: 5
session.forcePseudoTransparency: false
session.autoRaiseDelay: 250
session.tabPadding: 0
session.configVersion: 13
session.keyFile: ~/.fluxbox/keys
session.styleOverlay: /home/nico/.fluxbox/overlay
session.doubleClickInterval: 250
session.appsFile: /home/nico/.fluxbox/apps
session.slitlistFile: /home/nico/.fluxbox/slitlist
session.colorsPerChannel: 4
session.menuFile: ~/.fluxbox/menu
session.styleFile: /home/nico/.fluxbox/styles/Dark
session.cacheMax: 200
session.ignoreBorder: false
session.tabsAttachArea: Window

143
fluxbox/.fluxbox/keys Normal file
View File

@ -0,0 +1,143 @@
# click on the desktop to get menus
OnDesktop Mouse1 :HideMenus
OnDesktop Mouse2 :WorkspaceMenu
OnDesktop Mouse3 :RootMenu
# scroll on the desktop to change workspaces
OnDesktop Mouse4 :PrevWorkspace
OnDesktop Mouse5 :NextWorkspace
# scroll on the toolbar to change current window
OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
# alt + left/right click to move/resize a window
# OnWindow :MacroCmd {Raise} {Focus} {StartMoving}
# OnWindowBorder Move1 :StartMoving
OnWindow Control Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
OnLeftGrip Move1 :StartResizing bottomleft
OnRightGrip Move1 :StartResizing bottomright
# alt + middle click to lower the window
OnWindow Mod1 Mouse2 :Lower
# control-click a window's titlebar and drag to attach windows
OnTitlebar Control Mouse1 :StartTabbing
# double click on the titlebar to shade
OnTitlebar Double Mouse1 :Shade
# left click on the titlebar to move the window
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
OnTitlebar Move1 :StartMoving
# middle click on the titlebar to lower
# OnTitlebar Mouse2 :Lower
# right click on the titlebar for a menu of options
OnTitlebar Mouse3 :WindowMenu
# alt-tab
Mod1 Tab :NextWindow {groups} (workspace=[current])
Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
# cycle through tabs in the current window
Mod4 Tab :NextTab
Mod4 Shift Tab :PrevTab
# go to a specific tab in the current window
#Mod4 1 :Tab 1
#Mod4 2 :Tab 2
#Mod4 3 :Tab 3
#Mod4 4 :Tab 4
#Mod4 5 :Tab 5
#Mod4 6 :Tab 6
#Mod4 7 :Tab 7
#Mod4 8 :Tab 8
#Mod4 9 :Tab 9
# app menu
Mod4 d :Exec rofi -show run
# locker
Mod4 o :Exec i3lock -c 000000
# password menu
Mod4 p :Exec gopass ls --flat | rofi -dmenu | xargs --no-run-if-empty gopass show -c
# open a dialog to run programs
Mod1 F2 :Exec fbrun
# volume settings, using common keycodes
# if these don't work, use xev to find out your real keycodes
176 :Exec amixer sset Master,0 1+
174 :Exec amixer sset Master,0 1-
160 :Exec amixer sset Master,0 toggle
# current window commands
Mod1 F4 :Close
Mod1 F5 :Kill
Mod1 F9 :Minimize
Mod1 F10 :Maximize
Mod1 F11 :Fullscreen
# open the window menu
Mod1 space :WindowMenu
# exit fluxbox
Control Mod1 Delete :Exit
# mount and unmount menus
Mod4 m :Exec mountmenu
Mod4 Shift m :Exec unmountmenu
# change to previous/next workspace
Control Mod1 Left :PrevWorkspace
Control Mod1 Right :NextWorkspace
# send the current window to previous/next workspace
Mod4 Left :SendToPrevWorkspace
Mod4 Right :SendToNextWorkspace
# send the current window and follow it to previous/next workspace
Control Mod4 Left :TakeToPrevWorkspace
Control Mod4 Right :TakeToNextWorkspace
# change to a specific workspace
Mod4 1 :Workspace 1
Mod4 2 :Workspace 2
Mod4 3 :Workspace 3
Mod4 4 :Workspace 4
Mod4 5 :Workspace 5
Mod4 6 :Workspace 6
Mod4 7 :Workspace 7
Mod4 8 :Workspace 8
Mod4 9 :Workspace 9
Mod4 0 :Workspace 10
# send the current window to a specific workspace
Mod4 F1 :SendToWorkspace 1
Mod4 F2 :SendToWorkspace 2
Mod4 F3 :SendToWorkspace 3
Mod4 F4 :SendToWorkspace 4
Mod4 F5 :SendToWorkspace 5
Mod4 F6 :SendToWorkspace 6
Mod4 F7 :SendToWorkspace 7
Mod4 F8 :SendToWorkspace 8
Mod4 F9 :SendToWorkspace 9
Mod4 F10 :SendToWorkspace 10
Mod4 F11 :SendToWorkspace 11
Mod4 F12 :SendToWorkspace 12
# send the current window and change to a specific workspace
Control Mod4 1 :TakeToWorkspace 1
Control Mod4 2 :TakeToWorkspace 2
Control Mod4 3 :TakeToWorkspace 3
Control Mod4 4 :TakeToWorkspace 4
Control Mod4 5 :TakeToWorkspace 5
Control Mod4 6 :TakeToWorkspace 6
Control Mod4 7 :TakeToWorkspace 7
Control Mod4 8 :TakeToWorkspace 8
Control Mod4 9 :TakeToWorkspace 9
Control Mod4 0 :TakeToWorkspace 10

View File

@ -0,0 +1 @@
$full $full|/home/nico/Pictures/wallpapers/formby-tree.jpg||:0.0

38
fluxbox/.fluxbox/menu Normal file
View File

@ -0,0 +1,38 @@
# 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] (Terminal) {termite}
[exec] (Browser) {qutebrowser}
[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]

2
fluxbox/.fluxbox/overlay Normal file
View File

@ -0,0 +1,2 @@
! The following line will prevent styles from setting the background.
! background: none

View File

26
fluxbox/.fluxbox/startup Normal file
View File

@ -0,0 +1,26 @@
#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# Change your keymap:
xmodmap "/home/nico/.Xmodmap"
# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
unclutter &
rofi &
dunst &
nm-applet &
picom &
calcurse --daemon &
# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.
exec fluxbox
# or if you want to keep a log:
# exec fluxbox -log "/home/nico/.fluxbox/log"
setxkbmap gb &

View File

@ -0,0 +1,13 @@
/* XPM */
static char * bullet_active_xpm[] = {
"7 7 3 1",
" c None",
". c #3F3F3F",
"+ c #F0F0F0",
".......",
"..+....",
"..++...",
"..+++..",
"..++...",
"..+....",
"......."};

View File

@ -0,0 +1,13 @@
/* XPM */
static char * bullet_xpm[] = {
"7 7 3 1",
" c None",
". c #222222",
"+ c #DDDDDD",
".......",
"..+....",
"..++...",
"..+++..",
"..++...",
"..+....",
"......."};

View File

@ -0,0 +1,22 @@
/* XPM */
static char * c_xpm[] = {
"17 17 2 1",
" c #222222",
". c #DDDDDD",
" ",
" ",
" ",
" ",
" .. .. ",
" ... ... ",
" ... ... ",
" ..... ",
" ... ",
" ..... ",
" ... ... ",
" ... ... ",
" .. .. ",
" ",
" ",
" ",
" "};

View File

@ -0,0 +1,22 @@
/* XPM */
static char * c_xpm[] = {
"17 17 2 1",
" c #222222",
". c #505050",
" ",
" ",
" ",
" ",
" .. .. ",
" ... ... ",
" ... ... ",
" ..... ",
" ... ",
" ..... ",
" ... ... ",
" ... ... ",
" .. .. ",
" ",
" ",
" ",
" "};

View File

@ -0,0 +1,22 @@
/* XPM */
static char * i_xpm[] = {
"17 17 2 1",
" c #222222",
". c #DDDDDD",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" ",
" ",
" ",
" "};

View File

@ -0,0 +1,22 @@
/* XPM */
static char * i_xpm[] = {
"17 17 2 1",
" c #222222",
". c #505050",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" ",
" ",
" ",
" "};

View File

@ -0,0 +1,22 @@
/* XPM */
static char * m_xpm[] = {
"17 17 2 1",
" c #222222",
". c #DDDDDD",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ......... ",
" ",
" ",
" ",
" "};

View File

@ -0,0 +1,22 @@
/* XPM */
static char * m_xpm[] = {
"17 17 2 1",
" c #222222",
". c #505050",
" ",
" ",
" ",
" ",
" ......... ",
" ......... ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ......... ",
" ",
" ",
" ",
" "};

View File

@ -0,0 +1,15 @@
/* XPM */
static char * sel_xpm[] = {
"9 9 3 1",
" c None",
". c #DDDDDD",
"+ c #222222",
".........",
".+++++++.",
".+..+..+.",
".+.....+.",
".++...++.",
".+.....+.",
".+..+..+.",
".+++++++.",
"........."};

View File

@ -0,0 +1,15 @@
/* XPM */
static char * selhl_xpm[] = {
"9 9 3 1",
" c None",
". c #F0F0F0",
"+ c #3F3F3F",
".........",
".+++++++.",
".+..+..+.",
".+.....+.",
".++...++.",
".+.....+.",
".+..+..+.",
".+++++++.",
"........."};

View File

@ -0,0 +1,15 @@
/* XPM */
static char * unsel_xpm[] = {
"9 9 3 1",
" c None",
". c #DDDDDD",
"+ c #222222",
".........",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
"........."};

View File

@ -0,0 +1,15 @@
/* XPM */
static char * unselhl_xpm[] = {
"9 9 3 1",
" c None",
". c #F0F0F0",
"+ c #3F3F3F",
".........",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
".+++++++.",
"........."};

View File

@ -0,0 +1,130 @@
! Menu
menu.bevelWidth: 0
menu.borderWidth: 1
menu.borderColor: #222222
menu.bullet: empty
menu.submenu.pixmap: bullet.xpm
menu.hilite.submenu.pixmap: bullet-active.xpm
menu.selected.pixmap: sel.xpm
menu.hilite.selected.pixmap: selhl.xpm
menu.unselected.pixmap: unsel.xpm
menu.hilite.unselected.pixmap: unselhl.xpm
menu.bullet.position: right
menu.itemHeight: 17
menu.title: flat
menu.title.justify: center
menu.title.color: #222222
menu.title.textColor: #e0e0e0
menu.titleHeight: 17
menu.frame: flat
menu.frame.justify: left
menu.frame.color: #222222
menu.frame.textColor: #ffffff
menu.frame.disableColor: #606060
menu.hilite: flat solid
menu.hilite.color: #262626
menu.hilite.textColor: #F0F0F0
! Window
window.bevelWidth: 4
window.borderWidth: 2
window.borderColor: #222222
window.title.height: 25
window.justify: center
window.label.focus: parentrelative
window.label.unfocus: parentrelative
window.label.focus.textColor: #FFFFFF
window.label.unfocus.textColor: #52787a
window.title.focus: flat solid
window.title.focus.color: #222222
window.title.unfocus: flat solid
window.title.unfocus.color: #222222
window.handleWidth: 0
window.handle.focus: flat
window.handle.focus.color: #222222
window.handle.unfocus: flat
window.handle.unfocus.color: #222222
window.grip.focus: flat
window.grip.focus.color: #222222
window.grip.unfocus: flat
window.grip.unfocus.color: #222222
window.close.pixmap: c.xpm
window.close.pressed.pixmap: c.xpm
window.close.unfocus.pixmap: ci.xpm
window.iconify.pixmap: i.xpm
window.iconify.pressed.pixmap: i.xpm
window.iconify.unfocus.pixmap: ii.xpm
window.maximize.pixmap: m.xpm
window.maximize.pressed.pixmap: m.xpm
window.maximize.unfocus.pixmap: mi.xpm
window.menuicon.pixmap: d.xpm
window.menuicon.pressed.pixmap: d.xpm
window.menuicon.unfocus.pixmap: di.xpm
window.shade.pixmap: s.xpm
window.shade.unfocus.pixmap: s.xpm
window.shade.pressed.pixmap: si.xpm
window.unshade.pixmap: i.xpm
window.unshade.unfocus.pixmap: ii.xpm
window.unshade.pressed.pixmap: i.xpm
window.stick.pixmap: d.xpm
window.stick.unfocus.pixmap: di.xpm
window.stick.pressed.pixmap: d.xpm
window.stuck.pixmap: d.xpm
window.stuck.unfocus.pixmap: di.xpm
! Toolbar
toolbar.bevelWidth: 1
toolbar.borderWidth: 1
toolbar.borderColor: #222222
toolbar.height: 24
toolbar: flat
toolbar.color: #222222
toolbar.clock: flat
toolbar.clock.borderWidth: 0
toolbar.clock.borderColor: #A9A5A2
toolbar.clock.justify: center
toolbar.clock.textColor: #d0d0d0
toolbar.clock.color: #222222
toolbar.systray: flat
toolbar.systray.borderWidth: 0
toolbar.systray.borderColor: #A9A5A2
toolbar.systray.color: #222222
toolbar.workspace: flat
toolbar.workspace.borderWidth: 0
toolbar.workspace.borderColor: #A9A5A2
toolbar.workspace.justify: center
toolbar.workspace.textColor: #d0d0d0
toolbar.workspace.color: #222222
toolbar.button: flat
toolbar.button.borderWidth: 0
toolbar.button.borderColor: #A9A5A2
toolbar.button.picColor: #d0d0d0
toolbar.button.color: #222222
toolbar.button.pressed.picColor: #f0f0f0
toolbar.button.pressed.color: #222222
toolbar.iconbar.empty: flat
toolbar.iconbar.empty.color: #222222
toolbar.iconbar.focused: flat solid
toolbar.iconbar.focused.color: #282828
toolbar.iconbar.focused.borderWidth: 1
toolbar.iconbar.focused.borderColor: #222222
toolbar.iconbar.focused.justify: left
toolbar.iconbar.focused.textColor: #f0f0f0
toolbar.iconbar.unfocused: flat solid
toolbar.iconbar.unfocused.color: #222222
toolbar.iconbar.unfocused.borderWidth: 1
toolbar.iconbar.unfocused.borderColor: #222222
toolbar.iconbar.unfocused.justify: left
toolbar.iconbar.unfocused.textColor: #909090
! Slit
slit: flat
slit.bevelWidth: 0
slit.borderColor: #585A5D
slit.borderWidth: 1
slit.color: #EDECEB
! Font
*.font: Istok-9
toolbar.clock.font: Istok-9:Bold
toolbar.workspace.font: Istok-9:Bold

View File

@ -0,0 +1,15 @@
[begin]
[shade]
[stick]
[maximize]
[iconify]
[raise]
[lower]
[settitledialog]
[sendto]
[layer]
[alpha]
[extramenus]
[separator]
[close]
[end]