Skip to content

Commit

Permalink
wezterm: Fix to open on hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Mar 21, 2024
1 parent f0dde03 commit 6ad6d07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .config/hypr/config.d/bind.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# KeyBinds
bind=SUPER,RETURN,exec,~/.local/bin/x-terminal-emulator
# bind=SUPER,RETURN,exec,~/.local/bin/x-terminal-emulator
bind=SUPER,RETURN,exec,ulauncher-toggle -q "wezterm$"
bind=SUPER,c,exec,~/.local/bin/x-www-browser
bind=SUPER,o,exec,xdg-open "$(find ~/Downloads -type f -not -name ".*" -printf "%T@ %p\n" | sort -n | cut -d' ' -f 2- | tail -n 1)"
# bind=SUPER+SHIFT,e,exit,
Expand Down
4 changes: 4 additions & 0 deletions .config/hypr/config.d/option.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ misc {
disable_hyprland_logo = true
disable_splash_rendering = true
}

# debug {
# disable_logs = false
# }
4 changes: 2 additions & 2 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ local config = {
cursor_blink_ease_out = "Constant",
cursor_blink_rate = 0,
-- https://github.com/wez/wezterm/issues/4972
--enable_wayland = enable_wayland(),
enable_wayland = enable_wayland(),
-- https://github.com/wez/wezterm/issues/1772
-- https://github.com/wez/wezterm/issues/5103
enable_wayland = false,
-- enable_wayland = false,
color_scheme = "nordfox",
color_scheme_dirs = { os.getenv("HOME") .. "/.config/wezterm/colors/" },
hide_tab_bar_if_only_one_tab = false,
Expand Down

0 comments on commit 6ad6d07

Please sign in to comment.