add app launcher keybind

This commit is contained in:
Candifloss 2024-12-10 00:13:09 +05:30
parent 90519c27dd
commit 19ec3071dd
2 changed files with 5 additions and 1 deletions

View File

@ -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"),

View File

@ -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