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 7, 2024
1 parent 9663b81 commit 6b15aeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ config.window_padding = {
bottom = 0,
}

config.font_size = 14.0
config.font = wezterm.font_with_fallback({
"JetBrainsMonoNL Nerd Font",
"D2Coding",
Expand Down
7 changes: 5 additions & 2 deletions dot_xprofile → dot_xinitrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

export GTK_IM_MODULE=nimf
export QT4_IM_MODULE=nimf
Expand All @@ -15,5 +15,8 @@ xset s 3600
# Faster key repeat and delay
xset r rate 200 50
xsetroot -cursor_name left_ptr
xrandr --dpi 196

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

exec bspwm
1 change: 0 additions & 1 deletion dot_zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ export EDITOR=nvim
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.scripts/git:$PATH"
_is_darwin && export PATH="/opt/homebrew/bin:$PATH"

0 comments on commit 6b15aeb

Please sign in to comment.