diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:49:48 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:49:48 +0200 |
| commit | 37c85386162fef8686a0d17da8b099cd390ac739 (patch) | |
| tree | 643b9e0f7f3d133f33e2870cffb3e679298ba414 | |
| parent | 5b054e6f9032680dd28cb8eccd02ae1e9fe5f4a4 (diff) | |
updates
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
| -rw-r--r-- | cfg/.tmux.conf | 4 | ||||
| -rwxr-xr-x | cfg/.xinitrc | 14 | ||||
| -rw-r--r-- | cfg/i3/config | 12 |
3 files changed, 21 insertions, 9 deletions
diff --git a/cfg/.tmux.conf b/cfg/.tmux.conf index 0908378..84df940 100644 --- a/cfg/.tmux.conf +++ b/cfg/.tmux.conf @@ -7,8 +7,8 @@ set -g prefix C-Space bind C-Space send-prefix set -g prefix C-Space bind C-Space send-prefix -set -g prefix2 '*' -bind '*' send-prefix +#set -g prefix2 '*' +#bind '*' send-prefix # commodities # splits diff --git a/cfg/.xinitrc b/cfg/.xinitrc new file mode 100755 index 0000000..f197a89 --- /dev/null +++ b/cfg/.xinitrc @@ -0,0 +1,14 @@ +# X + +setxkbmap -option caps:escape +setxkbmap -option compose:ralt + +xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 +xinput set-prop "MOSART Semi. 2.4G Wireless Mouse" "libinput Accel Speed" -1 + +xsetroot -cursor_name left_ptr +xsetroot -solid "#1f1f1f" + +#exec dwm +exec i3 + diff --git a/cfg/i3/config b/cfg/i3/config index cf4116c..207176d 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -1,7 +1,7 @@ -# ========================= -# クロナのi3wmチエッフギ -# ==> maxwasmailed@proton.me -# ========================= +# =============================== +# クロナのi3wmチエッフギ +# <jstmaxlol at disroot dot org> +# =============================== # ------------------------- # mod key @@ -175,7 +175,7 @@ exec --no-startup-id blueman-applet exec --no-startup-id xfsettingsd # remap capslock to escape -#exec --no-startup-id setxkbmap -option caps:escape +exec --no-startup-id setxkbmap -option caps:escape # ^^^^^^^ not needed anymore (cornev4) # compose key exec --no-startup-id setxkbmap -option compose:ralt @@ -193,6 +193,4 @@ bindsym $mod+l exec slock #exec --no-startup-id sleep 1 && feh --bg-fill ~/Pictures/3440615026x.png #exec --no-startup-id sleep 1 && feh --bg-fill ~/Pictures/3442541938x.png exec --no-startup-id sleep 1 && feh --bg-fill ~/Pictures/austin.png -#exec --no-startup-id sleep 1 && linux-wallpaperengine --fps 15 --silent --scaling fill --disable-mouse --disable-parallax --screen-root eDP-1 --bg 3440615026 -#exec --no-startup-id sleep 1 && linux-wallpaperengine --fps 15 --silent --scaling fill --disable-mouse --disable-parallax --screen-root eDP-1 --bg 3442541938 |