Fixed leftwm issues & added other stuff

lightmode
E. Almqvist 2 years ago
parent f73337383a
commit 9b471f11c0
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 3
      leftwm/.config/leftwm/autostart.sh
  2. 24
      leftwm/.config/leftwm/config.ron
  3. 2
      leftwm/.config/leftwm/themes/gruv/down
  4. 8
      leftwm/.config/leftwm/themes/gruv/theme.ron
  5. 5
      leftwm/.config/leftwm/themes/gruv/theme.toml
  6. 2
      leftwm/.config/leftwm/themes/gruv/up

@ -34,6 +34,3 @@ export SSH_AUTH_SOCK
# Emacs daemon # Emacs daemon
# emacs --daemon & # emacs --daemon &
# LeftWM theme
leftwm-command "LoadTheme $HOME/.config/leftwm/themes/current/theme.toml"

@ -76,32 +76,34 @@
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"), (command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "x"), (command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "x"),
// (command: Execute, value: "loginctl kill-session $XDG_SESSION_ID", modifier: ["modkey", "Shift"], key: "x"), // (command: Execute, value: "loginctl kill-session $XDG_SESSION_ID", modifier: ["modkey", "Shift"], key: "x"),
(command: Execute, value: "betterlockscreen --lock", modifier: ["modkey"], key: "l"), (command: Execute, value: "betterlockscreen --lock", modifier: ["modkey", "Shift"], key: "l"),
(command: Execute, value: "flameshot gui", modifier: ["modkey"], key: "Print"),
(command: MoveToLastWorkspace, value: "", modifier: ["modkey", "Shift"], key: "w"), (command: MoveToLastWorkspace, value: "", modifier: ["modkey", "Shift"], key: "w"),
(command: SwapTags, value: "", modifier: ["modkey"], key: "w"), (command: SwapTags, value: "", modifier: ["modkey"], key: "w"),
(command: MoveWindowUp, value: "", modifier: ["modkey", "Shift"], key: "k"), (command: MoveWindowUp, value: "", modifier: ["modkey", "Shift"], key: "k"),
(command: MoveWindowDown, value: "", modifier: ["modkey", "Shift"], key: "j"), (command: MoveWindowDown, value: "", modifier: ["modkey", "Shift"], key: "j"),
(command: MoveWindowTop, value: "", modifier: ["modkey", "Shift"], key: "Return"), (command: MoveWindowTop, value: "", modifier: ["modkey", "Shift"], key: "Return"),
(command: FocusWorkspaceNext, value: "", modifier: ["modkey"], key: "e"),
(command: FocusWorkspacePrevious, value: "", modifier: ["modkey"], key: "q"),
(command: FocusWindowUp, value: "", modifier: ["modkey"], key: "k"), (command: FocusWindowUp, value: "", modifier: ["modkey"], key: "k"),
(command: FocusWindowDown, value: "", modifier: ["modkey"], key: "j"), (command: FocusWindowDown, value: "", modifier: ["modkey"], key: "j"),
(command: IncreaseMainWidth, value: "2", modifier: ["modkey"], key: "l"),
(command: DecreaseMainWidth, value: "2", modifier: ["modkey"], key: "h"),
(command: NextLayout, value: "", modifier: ["modkey", "Control"], key: "k"), (command: NextLayout, value: "", modifier: ["modkey", "Control"], key: "k"),
(command: PreviousLayout, value: "", modifier: ["modkey", "Control"], key: "j"), (command: PreviousLayout, value: "", modifier: ["modkey", "Control"], key: "j"),
(command: FocusWorkspaceNext, value: "", modifier: ["modkey"], key: "l"),
(command: FocusWorkspacePrevious, value: "", modifier: ["modkey"], key: "h"),
(command: MoveWindowUp, value: "", modifier: ["modkey", "Shift"], key: "Up"),
(command: MoveWindowDown, value: "", modifier: ["modkey", "Shift"], key: "Down"),
(command: FocusWindowUp, value: "", modifier: ["modkey"], key: "Up"),
(command: FocusWindowDown, value: "", modifier: ["modkey"], key: "Down"),
(command: NextLayout, value: "", modifier: ["modkey", "Control"], key: "Up"),
(command: PreviousLayout, value: "", modifier: ["modkey", "Control"], key: "Down"),
(command: FocusWorkspaceNext, value: "", modifier: ["modkey"], key: "Right"),
(command: FocusWorkspacePrevious, value: "", modifier: ["modkey"], key: "Left"),
(command: ToggleScratchPad, value: "Qalc", modifier: ["modkey"], key: "c"), (command: ToggleScratchPad, value: "Qalc", modifier: ["modkey"], key: "c"),
(command: ToggleFloating, modifier: ["modkey"], key: "f"), (command: ToggleFloating, modifier: ["modkey"], key: "f"),
(command: ToggleFullScreen, modifier: ["modkey", "Shift"], key: "f"), (command: ToggleFullScreen, modifier: ["modkey", "Shift"], key: "f"),
(command: SetLayout, value: "Monocle", modifier: ["modkey"], key: "m"), (command: SetLayout, value: "Monocle", modifier: ["modkey"], key: "m"),
(command: SetLayout, value: "MainAndVertStack", modifier: ["modkey"], key: "t"), (command: SetLayout, value: "MainAndVertStack", modifier: ["modkey"], key: "t"),
(command: SetLayout, value: "LeftWiderRightStack", modifier: ["modkey", "Shift"], key: "t"), (command: SetLayout, value: "LeftWiderRightStack", modifier: ["modkey", "Shift"], key: "t"),
(command: GotoTag, value: "1", modifier: ["modkey"], key: "1"), (command: GotoTag, value: "1", modifier: ["modkey"], key: "1"),
(command: GotoTag, value: "2", modifier: ["modkey"], key: "2"), (command: GotoTag, value: "2", modifier: ["modkey"], key: "2"),
(command: GotoTag, value: "3", modifier: ["modkey"], key: "3"), (command: GotoTag, value: "3", modifier: ["modkey"], key: "3"),

@ -1,4 +1,4 @@
#!/usr/bin/bash #!/usr/bin/bash
export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
leftwm-command "UnloadTheme $SCRIPTPATH/theme.toml" leftwm-command "UnloadTheme $SCRIPTPATH/theme.ron"

@ -0,0 +1,8 @@
#![enable(implicit_some)]
(
border_width: 1,
margin: 16,
default_border_color: "#282828",
focused_border_color: "#484848",
floating_border_color: "#142f5a",
)

@ -1,5 +0,0 @@
border_width = 1
margin = 16
default_border_color = "#282828"
focused_border_color = "#484848"
floating_border_color = "#142f5a"

@ -1,4 +1,4 @@
#!/usr/bin/bash #!/usr/bin/bash
export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
leftwm-command "LoadTheme $SCRIPTPATH/theme.toml" leftwm-command "LoadTheme $SCRIPTPATH/theme.ron"

Loading…
Cancel
Save