diff --git a/config.ron b/config.ron index 193a850..3ab48a9 100644 --- a/config.ron +++ b/config.ron @@ -23,6 +23,7 @@ ( window_class: "Alacritty", spawn_on_tag: 1 ), ( window_class: "keepassxc", spawn_on_tag: 1 ), ( window_class: "code", spawn_on_tag: 3 ), + ( window_class: "vonal", spawn_floating: true, default_width: 800, default_height: 150 ), ], disable_current_tag_swap: false, disable_tile_drag: false, @@ -30,7 +31,7 @@ focus_new_windows: true, workspace_margin: 1, keybind: [ - (command: Execute, value: "dmenu_run", modifier: ["modkey"], key: "p"), + (command: Execute, value: "vonalc toggle", modifier: ["modkey"], key: "d"), (command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"), (command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"), (command: Execute, value: "code", modifier: ["Control", "Alt"], key: "c"), diff --git a/themes/candy/up b/themes/candy/up index 7469f2a..d909cd4 100755 --- a/themes/candy/up +++ b/themes/candy/up @@ -11,3 +11,6 @@ feh --bg-fill ~/Pictures/Wallpaper/wp3.jpg # Start EWW daemon and widgets eww daemon && eww open panel --arg "h=27" --arg "w=1366" + +# Start Vonalc app-launcher +vonal