Cleaning up new leftwm configs.

This commit is contained in:
Derek Taylor
2022-10-28 12:26:35 -05:00
parent ffab9f795a
commit 37685bdee4
6 changed files with 27 additions and 23 deletions

View File

@@ -54,22 +54,23 @@
sloppy_mouse_follows_focus: true,
keybind: [
(command: Execute, value: "dmenu_run", modifier: ["modkey", "Shift"], key: "Return"),
(command: Execute, value: "alacritty -e fish", modifier: ["modkey"], key: "Return"),
(command: Execute, value: "alacritty", modifier: ["modkey"], key: "Return"),
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "c"),
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
(command: Execute, value: "pkill leftwm", modifier: ["modkey", "Shift"], key: "q"),
(command: Execute, value: "slock", modifier: ["modkey", "Control"], key: "l"),
(command: MoveToLastWorkspace, value: "", modifier: ["modkey", "Shift"], key: "w"),
(command: SwapTags, value: "", modifier: ["modkey"], key: "w"),
(command: MoveWindowUp, value: "", modifier: ["modkey", "Shift"], key: "k"),
(command: MoveWindowDown, value: "", modifier: ["modkey", "Shift"], key: "j"),
(command: MoveWindowDown, value: "", modifier: ["modkey", "Shift"], key: "k"),
(command: MoveWindowUp, value: "", modifier: ["modkey", "Shift"], key: "j"),
(command: MoveWindowTop, value: "", modifier: ["modkey", "Shift"], key: "m"),
(command: FocusWindowUp, value: "", modifier: ["modkey"], key: "k"),
(command: FocusWindowDown, value: "", modifier: ["modkey"], key: "j"),
(command: FocusWindowDown, value: "", modifier: ["modkey"], key: "k"),
(command: FocusWindowUp, value: "", modifier: ["modkey"], key: "j"),
(command: NextLayout, value: "", modifier: ["modkey"], key: "Tab"),
(command: PreviousLayout, value: "", modifier: ["modkey", "Shift"], key: "Tab"),
(command: FocusWorkspaceNext, value: "", modifier: ["modkey"], key: "period"),
(command: FocusWorkspacePrevious, value: "", modifier: ["modkey"], key: "comma"),
(command: ToggleFullScreen, modifier: ["modkey"], key: "space"),
(command: GotoTag, value: "1", modifier: ["modkey"], key: "1"),
(command: GotoTag, value: "2", modifier: ["modkey"], key: "2"),
(command: GotoTag, value: "3", modifier: ["modkey"], key: "3"),
@@ -90,6 +91,7 @@
(command: MoveToTag, value: "9", modifier: ["modkey", "Shift"], key: "9"),
(command: IncreaseMainWidth, value: "1", modifier: ["modkey", "Shift"], key: "l"),
(command: DecreaseMainWidth, value: "1", modifier: ["modkey", "Shift"], key: "h"),
(command: Execute, value: "emacsclient -c -a 'emacs'", modifier: ["modkey"], key: "e"),
],
state_path: None,
)
)