-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89abe4e
commit 4622273
Showing
4 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/config.in b/config.in | ||
index 3eda7ac..55d0e80 100644 | ||
--- a/config.in | ||
+++ b/config.in | ||
@@ -14,11 +14,11 @@ set $down j | ||
set $up k | ||
set $right l | ||
# Your preferred terminal emulator | ||
-set $term foot | ||
+set $term alacritty | ||
# Your preferred application launcher | ||
# Note: pass the final command to swaymsg so that the resulting window can be opened | ||
# on the original workspace that the command was run on. | ||
-set $menu dmenu_path | dmenu | xargs swaymsg exec -- | ||
+set $menu tofi-drun | xargs swaymsg exec -- | ||
|
||
### Output configuration | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters