Skip to content

Commit

Permalink
fix(kitty): Workaround sway's ime bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
rywng committed May 6, 2024
1 parent 3580140 commit 0f50208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ map kitty_mod+enter new_window_with_cwd
tab_bar_style fade

tab_fade 0.00390625 0.0625 0.31640625 1

# See https://github.com/kovidgoyal/kitty/issues/7412 and https://github.com/swaywm/sway/issues/8143

wayland_enable_ime no
2 changes: 1 addition & 1 deletion .config/sway/conf.d/theme
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bindswitch --reload --locked lid:on exec ~/.config/sway/scripts/lid_switch/lapto
bindswitch --reload --locked lid:off exec ~/.config/sway/scripts/lid_switch/laptop_screen.sh enable

#workspace_auto_back_and_forth yes
force_display_urgency_hint 500 ms
force_display_urgency_hint 1000 ms
smart_borders no_gaps

seat * xcursor_theme Adwaita
Expand Down

0 comments on commit 0f50208

Please sign in to comment.