summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fish2024/config.fish2
-rw-r--r--sway/config-laptop3
2 files changed, 3 insertions, 2 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish
index ff75b8a..a9a9341 100644
--- a/fish2024/config.fish
+++ b/fish2024/config.fish
@@ -2,5 +2,5 @@ if status is-interactive
# Commands to run in interactive sessions can go here
set -gx EDITOR vim
set -U fish_greeting
- set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger
+ set -gx LEDGER_FILE $HOME/Budget/hledger/hledger/budget.ledger
end
diff --git a/sway/config-laptop b/sway/config-laptop
index 9c05124..23d8018 100644
--- a/sway/config-laptop
+++ b/sway/config-laptop
@@ -3,6 +3,7 @@
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
+xwayland disable
### Variables
#
@@ -20,7 +21,7 @@ set $term alacritty
# 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 dmenu_path | tofi-run | xargs swaymsg exec --
include /etc/sway/config-vars.d/*