add app launcher keybind
This commit is contained in:
parent
90519c27dd
commit
19ec3071dd
@ -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"),
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user