Skip to content

Commit

Permalink
🐛 Fix to cant start wezterm wez/wezterm#4777 (comment) (config/hypr/h…
Browse files Browse the repository at this point in the history
…yprland.conf)
  • Loading branch information
HidemaruOwO committed May 18, 2024
1 parent 3b0e1b9 commit 8750058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ windowrulev2 = opacity 0.9 0.9,class:^(org.kde.dolphin)$
$mainMod = SUPER

# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, wezterm #open the terminal
bind = $mainMod, Q, exec, env WAYLAND_DISPLAY=1 wezterm #open the terminal
bind = $mainMod SHIFT, X, killactive, # close the active window
bind = $mainMod, M, exec, wlogout --protocol layer-shell # show the logout window
bind = $mainMod, E, exec, firefox # Show the graphical file browser
Expand Down

0 comments on commit 8750058

Please sign in to comment.