aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs
index 028b7035..f035a4eb 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -74,6 +74,8 @@ fn action(comp_mod: CompositorMod, keysym: KeysymHandle, mods: ModifiersState) -
match modified {
KEY_E => Action::Quit,
KEY_t => Action::Spawn("alacritty".to_owned()),
+ KEY_d => Action::Spawn("fuzzel".to_owned()),
+ KEY_n => Action::Spawn("nautilus".to_owned()),
KEY_q => Action::CloseWindow,
KEY_F => Action::ToggleFullscreen,
KEY_h | KEY_Left if mods.ctrl => Action::MoveLeft,