Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed May 19, 2024
1 parent a358fb1 commit fe8baeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ config.colors = require("themes/miami")

config.window_padding = {
left = 4,
right = 4,
right = 0,
top = 4,
bottom = 4,
bottom = 0,
}

config.font = wezterm.font_with_fallback({
Expand Down
13 changes: 2 additions & 11 deletions dot_xprofile
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
#!/bin/sh

# export GTK_IM_MODULE=ibus
# export XMODIFIERS=@im=ibus
# export QT_IM_MODULE=ibus

# ibus-daemon -drx

export GTK_IM_MODULE=nimf
export QT4_IM_MODULE=nimf
export QT_IM_MODULE=nimf
export XMODIFIERS="@im=nimf"
nimf

# Stop screen from going blank
# xset s off
# xset s noblank

xset -dpms

xset s blank
Expand All @@ -24,5 +14,6 @@ xset s 3600

# Faster key repeat and delay
xset r rate 200 50
export $(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
xsetroot -cursor_name left_ptr

export "$(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)"

0 comments on commit fe8baeb

Please sign in to comment.