diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-12-12 22:57:51 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-12-12 22:57:51 -0600 |
| commit | 5c4872f306338944e0bbaa60db7157c5c828028d (patch) | |
| tree | b6cf98a881f33c19d0b07c237894f193243924f6 /env/.config/i3/config | |
| parent | 4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 (diff) | |
Squashed commit of the following:
- auto game restart after killing game thread
- detect_leaks 0 for dap
- excludes to backup
- fixed typo "suff"
- another one
- added new mime
- added serv sync script
- unset qt theme for mumble
- switched to printf on kaomoji-picker
- moved stuff from wayland to hyprland
- keybind to kill GameThread
Diffstat (limited to 'env/.config/i3/config')
| -rw-r--r-- | env/.config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config index 0946096..1e73d77 100644 --- a/env/.config/i3/config +++ b/env/.config/i3/config @@ -100,6 +100,9 @@ bindsym $mod+d exec --no-startup-id "rofi -x11 -show drun" bindsym $mod+SHIFT+D exec $HOME/.local/bin/system/rofi-search-web.sh bindsym $mod+Control+period exec $HOME/.local/bin/system/kaomoji-picker.sh +# kill gamethread +bindsym $mod+Shift+i exec "pkill GameThread && sleep 1 && steam run steam://rungameid/2073850" + #toggle border bindsym $mod+Shift+b border toggle |
