Update window rules, keybindings, theme
- Screenshot keybinding - Window rules for `vscodium` - Change file manager, terminal, command runner, browser, app launcher - Update arguments for `picom`
This commit is contained in:
parent
fe3f79c828
commit
dfca214696
22
config.ron
22
config.ron
@ -21,10 +21,12 @@
|
|||||||
scratchpad: [],
|
scratchpad: [],
|
||||||
window_rules: [
|
window_rules: [
|
||||||
( window_class: "waterfox", spawn_on_tag: 2 ),
|
( window_class: "waterfox", spawn_on_tag: 2 ),
|
||||||
|
( window_class: "firefox", spawn_on_tag: 2 ),
|
||||||
( window_class: "Alacritty", spawn_on_tag: 1 ),
|
( window_class: "Alacritty", spawn_on_tag: 1 ),
|
||||||
( window_class: "keepassxc", spawn_on_tag: 1 ),
|
( window_class: "keepassxc", spawn_on_tag: 5 ),
|
||||||
( window_class: "codium", spawn_on_tag: 3 ),
|
( window_class: "vscodium", spawn_on_tag: 3 ),
|
||||||
( window_class: "vonal", spawn_floating: true, default_width: 800, default_height: 150 ),
|
( window_class: "vonal", spawn_floating: true, default_width: 800, default_height: 150 ),
|
||||||
|
( window_class: "worf", spawn_floating: true, default_width: 800, default_height: 150 ),
|
||||||
],
|
],
|
||||||
disable_current_tag_swap: false,
|
disable_current_tag_swap: false,
|
||||||
disable_tile_drag: false,
|
disable_tile_drag: false,
|
||||||
@ -32,12 +34,14 @@
|
|||||||
focus_new_windows: true,
|
focus_new_windows: true,
|
||||||
workspace_margin: 1,
|
workspace_margin: 1,
|
||||||
keybind: [
|
keybind: [
|
||||||
(command: Execute, value: "vonalc toggle", modifier: ["modkey"], key: "d"),
|
(command: Execute, value: "rofi -show drun", modifier: ["modkey"], key: "d"),
|
||||||
(command: Execute, value: "eww open --toggle executioner", modifier: ["modkey"], key: "r"),
|
//(command: Execute, value: "worf --show drun", modifier: ["modkey"], key: "d"),
|
||||||
(command: Execute, value: "wezterm", modifier: ["modkey", "Shift"], key: "Return"),
|
(command: Execute, value: "rofi -show run", modifier: ["modkey"], key: "r"),
|
||||||
(command: Execute, value: "waterfox --private-window", modifier: ["Control", "Alt"], key: "p"),
|
//(command: Execute, value: "worf --show run", modifier: ["modkey"], key: "r"),
|
||||||
|
(command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"),
|
||||||
|
(command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"),
|
||||||
(command: Execute, value: "codium", modifier: ["Control", "Alt"], key: "c"),
|
(command: Execute, value: "codium", modifier: ["Control", "Alt"], key: "c"),
|
||||||
(command: Execute, value: "thunar", modifier: ["Control", "Alt"], key: "f"),
|
(command: Execute, value: "nautilus", modifier: ["Control", "Alt"], key: "f"),
|
||||||
(command: Execute, value: "keepassxc", modifier: ["Control", "Alt"], key: "k"),
|
(command: Execute, value: "keepassxc", modifier: ["Control", "Alt"], key: "k"),
|
||||||
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),
|
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),
|
||||||
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
|
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
|
||||||
@ -100,6 +104,10 @@
|
|||||||
value: "~/.config/eww/sh/actions/brightness/brit_inc.sh",
|
value: "~/.config/eww/sh/actions/brightness/brit_inc.sh",
|
||||||
modifier: None,
|
modifier: None,
|
||||||
key: "XF86XK_MonBrightnessUp"),
|
key: "XF86XK_MonBrightnessUp"),
|
||||||
|
(command: Execute,
|
||||||
|
value: "/home/candifloss/Works/bazooka/target/release/bazooka-full",
|
||||||
|
modifier: None,
|
||||||
|
key: "Print"),
|
||||||
],
|
],
|
||||||
workspaces: [],
|
workspaces: [],
|
||||||
)
|
)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Load the compositor
|
# Load the compositor
|
||||||
picom -b
|
picom --backend glx -b
|
||||||
|
|
||||||
# Load left-wm theme
|
# Load left-wm theme
|
||||||
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"
|
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user