diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
| commit | 2a8f7a6a66d620e46779d73ba788d1071239ff2a (patch) | |
| tree | 7791de28567388c16870fdad47711fdc57a17dd8 /cfg/i3 | |
| parent | 718f8b25c19759e171d3c49da3979e8a8b2b0f33 (diff) | |
lots of updates i guess... also, `fastfetch` stuff now got its folder
too
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/i3')
| -rw-r--r-- | cfg/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg/i3/config b/cfg/i3/config index 797dd2d..3c92b2b 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -52,6 +52,8 @@ bindsym $mod+XF86AudioLowerVolume exec pamixer -d 1 bindsym XF86AudioMute exec pamixer -t # mute mic bindsym XF86AudioMicMute exec pamixer --default-source -t +# stuff +bindsym $mod+Shift+Escape exec io.missioncenter.MissionCenter # ------------------------- # window management @@ -69,6 +71,7 @@ bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right bindsym $mod+q kill +bindsym $mod_alt+F4 kill bindsym $mod+t floating toggle, resize set 672 432 bindsym $mod+v split v @@ -166,6 +169,7 @@ exec --no-startup-id xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapp 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 clangd # remap capslock to escape exec --no-startup-id setxkbmap -option caps:escape |