From dfca214696f2ef77006c51e667a800cec5ac80cd Mon Sep 17 00:00:00 2001 From: Candifloss Date: Mon, 15 Dec 2025 23:20:27 +0530 Subject: [PATCH] Update window rules, keybindings, theme - Screenshot keybinding - Window rules for `vscodium` - Change file manager, terminal, command runner, browser, app launcher - Update arguments for `picom` --- config.ron | 22 +++++++++++++++------- themes/candy/up | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/config.ron b/config.ron index 40fa587..8ee3ec3 100644 --- a/config.ron +++ b/config.ron @@ -21,10 +21,12 @@ scratchpad: [], window_rules: [ ( window_class: "waterfox", spawn_on_tag: 2 ), + ( window_class: "firefox", spawn_on_tag: 2 ), ( window_class: "Alacritty", spawn_on_tag: 1 ), - ( window_class: "keepassxc", spawn_on_tag: 1 ), - ( window_class: "codium", spawn_on_tag: 3 ), + ( window_class: "keepassxc", spawn_on_tag: 5 ), + ( window_class: "vscodium", spawn_on_tag: 3 ), ( 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_tile_drag: false, @@ -32,12 +34,14 @@ focus_new_windows: true, workspace_margin: 1, keybind: [ - (command: Execute, value: "vonalc toggle", modifier: ["modkey"], key: "d"), - (command: Execute, value: "eww open --toggle executioner", modifier: ["modkey"], key: "r"), - (command: Execute, value: "wezterm", modifier: ["modkey", "Shift"], key: "Return"), - (command: Execute, value: "waterfox --private-window", modifier: ["Control", "Alt"], key: "p"), + (command: Execute, value: "rofi -show drun", modifier: ["modkey"], key: "d"), + //(command: Execute, value: "worf --show drun", modifier: ["modkey"], key: "d"), + (command: Execute, value: "rofi -show run", modifier: ["modkey"], key: "r"), + //(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: "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: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"), (command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"), @@ -100,6 +104,10 @@ value: "~/.config/eww/sh/actions/brightness/brit_inc.sh", modifier: None, key: "XF86XK_MonBrightnessUp"), + (command: Execute, + value: "/home/candifloss/Works/bazooka/target/release/bazooka-full", + modifier: None, + key: "Print"), ], workspaces: [], ) diff --git a/themes/candy/up b/themes/candy/up index 9d38a18..2ea2bc2 100755 --- a/themes/candy/up +++ b/themes/candy/up @@ -1,7 +1,7 @@ #!/bin/bash # Load the compositor -picom -b +picom --backend glx -b # Load left-wm theme leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"