Updates to personal fluxbox configuration and styles.
This commit is contained in:
@ -39,10 +39,14 @@ OnTitlebar Mouse2 :Lower
|
||||
OnTitlebar Mouse3 :WindowMenu
|
||||
|
||||
# alt-tab
|
||||
Mod1 Tab :NextWindow {groups} (workspace=[current])
|
||||
Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
|
||||
# Note: using the standalone alttab program which listens itself for these
|
||||
# keybindings.
|
||||
# Mod1 Tab :NextWindow {groups} (workspace=[current])
|
||||
# Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
|
||||
|
||||
# cycle through tabs in the current window
|
||||
Mod1 ` :NextTab
|
||||
Mod1 Shift ` :PrevTab
|
||||
Mod4 Tab :NextTab
|
||||
Mod4 Shift Tab :PrevTab
|
||||
|
||||
@ -58,38 +62,48 @@ Mod4 Shift Tab :PrevTab
|
||||
#Mod4 9 :Tab 9
|
||||
|
||||
# open a terminal
|
||||
Mod4 t :Exec st
|
||||
Mod1 F1 :Exec x-terminal-emulator
|
||||
Mod4 t :Exec WINIT_X11_SCALE_FACTOR=1 alacritty
|
||||
#Mod1 F1 :Exec xterm
|
||||
|
||||
# open a file browser
|
||||
#Mod4 e :Exec nautilus --no-desktop
|
||||
Mod4 e :Exec thunar
|
||||
Mod4 e :Exec pcmanfm-qt
|
||||
|
||||
# lock the screen
|
||||
Mod4 l :Exec slock
|
||||
|
||||
# take a screenshot
|
||||
Mod4 s :Exec maim -s /home/jdb/temp/screenshot-$(date '+%FT%T').png
|
||||
|
||||
# start my mic
|
||||
Mod4 m :Exec /hom/jdb/bin/jdbs-mic.sh
|
||||
|
||||
# open a dialog to run programs
|
||||
Mod4 r :Exec fbrun
|
||||
Mod4 space :Exec fbrun
|
||||
Mod1 F2 :Exec fbrun
|
||||
|
||||
# Other application shortcuts
|
||||
Mod4 k :Exec keepassx
|
||||
Mod4 k :Exec keepassxc
|
||||
Mod4 Shift f :Exec firefox
|
||||
Mod4 Shift g :Exec google-chrome
|
||||
Mod4 Shift g :Exec google-chrome-stable
|
||||
Mod4 period :Exec emoji-keyboard
|
||||
|
||||
# Session shortcuts
|
||||
Mod4 1 :Exec /home/jdb/bin/jdbs-work.sh
|
||||
|
||||
# volume settings, using common keycodes
|
||||
# if these don't work, use xev to find out your real keycodes
|
||||
123 :Exec amixer -c 1 sset Master,0 5+
|
||||
122 :Exec amixer -c 1 sset Master,0 5-
|
||||
121 :Exec amixer -c 1 sset Master,0 toggle
|
||||
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
|
||||
Mod4 q :Close
|
||||
Mod1 F5 :Kill
|
||||
Mod4 m :Minimize
|
||||
Mod4 Down :Minimize
|
||||
Mod1 F9 :Minimize
|
||||
Mod4 Shift m :Maximize
|
||||
Mod4 Up : Maximize
|
||||
Mod4 Down :Minimize
|
||||
Mod4 Up :MacroCmd {ResizeTo 100% 100%} {MoveTo 0 0 TopLeft}
|
||||
Mod1 F10 :Maximize
|
||||
Mod4 f :Fullscreen
|
||||
Mod1 F11 :Fullscreen
|
||||
@ -123,34 +137,34 @@ Mod4 Control Down :MoveDown 540
|
||||
Mod1 space :WindowMenu
|
||||
|
||||
# exit fluxbox
|
||||
Mod4 Shift q :Exit
|
||||
Mod4 Shift q :Exec lxqt-leave
|
||||
Control Mod1 Delete :Exit
|
||||
|
||||
# Mac-style hotkeys for prev/next workspace
|
||||
Control Left :PrevWorkspace
|
||||
Control Right :NextWorkspace
|
||||
Control Mod1 Left :PrevWorkspace
|
||||
Control Mod1 Right :NextWorkspace
|
||||
|
||||
# send the current window to previous/next workspace
|
||||
Control Shift Mod4 Left :SendToPrevWorkspace
|
||||
Control Shift Mod4 Right :SendToNextWorkspace
|
||||
# Control Shift Mod4 Left :SendToPrevWorkspace
|
||||
# Control Shift Mod4 Right :SendToNextWorkspace
|
||||
|
||||
# send the current window and follow it to previous/next workspace
|
||||
Shift Control Mod4 Left :TakeToPrevWorkspace
|
||||
Shift Control Mod4 Right :TakeToNextWorkspace
|
||||
|
||||
# change to a specific workspace
|
||||
Control 1 :Workspace 1
|
||||
Control 2 :Workspace 2
|
||||
Control 3 :Workspace 3
|
||||
Control 4 :Workspace 4
|
||||
Control 5 :Workspace 5
|
||||
Control 6 :Workspace 6
|
||||
Control 7 :Workspace 7
|
||||
Control 8 :Workspace 8
|
||||
Control 9 :Workspace 9
|
||||
Control 10 :Workspace 10
|
||||
Control 11 :Workspace 11
|
||||
Control 12 :Workspace 12
|
||||
Control F1 :Workspace 1
|
||||
Control F2 :Workspace 2
|
||||
Control F3 :Workspace 3
|
||||
Control F4 :Workspace 4
|
||||
Control F5 :Workspace 5
|
||||
Control F6 :Workspace 6
|
||||
Control F7 :Workspace 7
|
||||
Control F8 :Workspace 8
|
||||
Control F9 :Workspace 9
|
||||
Control F10 :Workspace 10
|
||||
Control F11 :Workspace 11
|
||||
Control F12 :Workspace 12
|
||||
|
||||
# send the current window to a specific workspace
|
||||
#Mod4 F1 :SendToWorkspace 1
|
||||
@ -179,3 +193,5 @@ Control 12 :Workspace 12
|
||||
#Control Mod4 F10 :TakeToWorkspace 10
|
||||
#Control Mod4 F11 :TakeToWorkspace 11
|
||||
#Control Mod4 F12 :TakeToWorkspace 12
|
||||
|
||||
Mod4 Shift r :ReloadStyle
|
||||
|
Reference in New Issue
Block a user