diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-05-10 17:48:26 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-05-10 17:48:26 +0200 |
| commit | 710c1ad4bf36d4e3927af38570ebbcaf086aeb73 (patch) | |
| tree | d307c8ce1189f0215ceb7e9d31b9ff44206e9236 | |
| parent | 20ca832e294c62014a256c962e428ade0443dfeb (diff) | |
update i3 config
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
| -rw-r--r-- | cfg/i3/config | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/cfg/i3/config b/cfg/i3/config index 7cdd58a..ba56bfb 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -18,7 +18,7 @@ set $shell fish set $browser librewolf set $filemgr nautilus # font stuff -set $jfont azuki_font +set $jfont czuki set $jfont_size 9 # RES BEFORE ANYTHING @@ -163,21 +163,17 @@ exec --no-startup-id ibus-daemon -drx exec --no-startup-id nm-applet exec --no-startup-id xsetroot -cursor_name left_ptr exec --no-startup-id xsetroot -solid "#1f1f1f" -exec --no-startup-id picom -#exec --no-startup-id com.dec05eba.gpu_screen_recorder -#exec --no-startup-id kwalletd6 exec --no-startup-id xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 exec --no-startup-id xinput set-prop "MOSART Semi. 2.4G Wireless Mouse" "libinput Accel Speed" -1 exec --no-startup-id blueman-applet -exec --no-startup-id xfsettingsd +#exec --no-startup-id xfsettingsd +exec --no-startup-id picom # remap capslock to escape exec --no-startup-id setxkbmap -option caps:escape -# ^^^^^^^ not needed anymore (cornev4) # compose key exec --no-startup-id setxkbmap -option compose:ralt - # ------------------------- # reload / restart / exit # ------------------------- @@ -186,5 +182,5 @@ bindsym $mod+Shift+e exit bindsym $mod+l exec slock # background -exec --no-startup-id sleep 1 && feh --bg-fill ~/Pictures/kirisame_reimu_battle.png.png +exec --no-startup-id sleep 1 && feh --bg-fill ~/Pictures/kirisame_reimu_battle.png |