Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 8, 2024
1 parent b2314d8 commit bfd0f0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions dot_Xresources
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Xcursor.size: 32
Xft.dpi: 144

8 changes: 2 additions & 6 deletions dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ config.colors = require("themes/miami")
config.window_padding = {
left = 4,
right = 0,
top = 4,
top = 0,
bottom = 0,
}

if os.getenv("CUR_OS") == "Linux" then
config.font_size = 15.0
else
config.font_size = 12.0
end
config.font_size = 12.0

config.font = wezterm.font_with_fallback({
"JetBrainsMonoNL Nerd Font",
Expand Down
10 changes: 7 additions & 3 deletions dot_xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ xset s 3600
# Faster key repeat and delay
xset r rate 200 50
xsetroot -cursor_name left_ptr
xrandr --dpi 96

export "$(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)"
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources

export LANG=en_US.UTF-8

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

exec awesome

exec bspwm

0 comments on commit bfd0f0a

Please sign in to comment.