Skip to content

Commit 0db1bcd

Browse files
nixpkgs update and trying ghostty again since I like it's shift-scroll
paradigm better than kitty's
1 parent d593477 commit 0db1bcd

3 files changed

Lines changed: 106 additions & 87 deletions

File tree

.config/hypr/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
debug:disable_logs = false
33
monitor=DP-1,1920x1080,0x0,1
44
monitor=eDP-1,2304x1440,1920x400,2
5-
$terminal = kitty
5+
$terminal = ghostty
66
$fileManager = dolphin
77

88
$menu = rofi -show drun

.zshrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export ANTHROPIC_LOG=error
77
export BUN_INSTALL="$HOME/.bun"
88
export PATH="$HOME/.cargo/bin:$PATH"
99
export CLAUDE_CODE_ENABLE_TELEMETRY="0"
10+
export CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS=450000 # 450k
11+
export CLAUDE_CODE_DISABLE_TERMINAL_TITLE=1
12+
1013
path=(
1114
$HOME/.cargo/bin
1215
$BUN_INSTALL/bin

0 commit comments

Comments
 (0)