From 29356e7b8a13c87050bcdd5e12ad50e7a570f76a Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 17 Jun 2025 02:17:35 -0700 Subject: [PATCH] move xmodmap to .xprofile to prevent terminal startup interference --- X/.xprofile | 1 + zsh/.zshrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 X/.xprofile diff --git a/X/.xprofile b/X/.xprofile new file mode 100644 index 0000000..831390a --- /dev/null +++ b/X/.xprofile @@ -0,0 +1 @@ +xmodmap ~/dotfiles/colemak_dh_matrix.xmodmap diff --git a/zsh/.zshrc b/zsh/.zshrc index d4bf346..20f1f40 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,3 @@ -xmodmap ~/dotfiles/colemak_dh_matrix.xmodmap # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below.