diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-03-28 15:14:42 +0000 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-03-28 15:14:42 +0000 |
commit | 4a69953799df4d43614842d22b48dfd17a4cb5de (patch) | |
tree | 50f7ff87f30067813061690d0d389691177bfe55 | |
parent | 8a009ca68a19c6f364c17e10ce155bb18652abca (diff) |
Replace /home/hydrogen with ~ and $HOME
-rw-r--r-- | .bashrc | 4 | ||||
-rw-r--r-- | .config/i3/config | 6 |
2 files changed, 3 insertions, 7 deletions
@@ -28,9 +28,7 @@ fi export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' source ~/.bash_aliases - -export PATH="$PATH:/home/hydrogen/.local/bin:/home/hydrogen/qmk-work/venv/bin:/home/hydrogen/.config/emacs/bin" - +export PATH="$PATH:$HOME/.local/bin:$HOME/.config/emacs/bin:$HOME/qmk-work/venv/bin" export PS1="\[\033[01;32m\]\h\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\] \$ " # IME setup (i don't even know if this works) diff --git a/.config/i3/config b/.config/i3/config index 28ab37b..576295d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -39,7 +39,7 @@ for_window [class="protonvpn-app"] floating enable for_window [class="Anki"] floating enable for_window [class="feh"] floating enable for_window [class="mpv"] floating enable -for_window [title="フレンドリスト"] floating enable +for_window [title="フレンドリスト"] floating enable for_window [title="仮想マシンマネージャー"] floating enable, move position 1530 px 100 px, resizeset 320 px 550 px # scratchpad keys @@ -117,8 +117,7 @@ bindsym $mod+q kill # session reload, quit and lock bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart -#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'youre trying to say you like the tty better than me, right?' -B 'Yeah' 'i3-msg exit'" -bindsym Control+$alt+Delete exec "rofi -modi power:/home/hydrogen/.local/bin/rofi-power -show power" +bindsym Control+$alt+Delete exec "rofi -modi power:~/.local/bin/rofi-power -show power" mode "resize" { bindsym Left resize shrink width 15 px @@ -130,5 +129,4 @@ mode "resize" { bindsym Escape mode "default" bindsym $mod+r mode "default" } - bindsym $mod+r mode "resize" |