From 4dbdd1560aaf915b6f9072a5599975cff4c0aa26 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 12 Sep 2024 23:14:17 +0200 Subject: update --- .bashrc | 1 + .config/sway/config | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 23a8084..c18128f 100644 --- a/.bashrc +++ b/.bashrc @@ -10,6 +10,7 @@ export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries export HISTSIZE=100000 # big big history export HISTFILESIZE=100000 # big big history shopt -s histappend # append to history, don't overwrite it +stty -ixon # disable Ctrl-S # Save and reload the history after each command finishes #export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" diff --git a/.config/sway/config b/.config/sway/config index 4a42299..3419359 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -28,8 +28,9 @@ bindsym $mod+Return exec --no-startup-id foot #bindsym $mod+Return exec --no-startup-id xt #bindsym $mod+d exec --no-startup-id bemenu-run #bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -dmenu="bemenu -i -fn 'Mono-12' --hf '#00ff00' --tf '#00ff00'" -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -dmenu="wmenu-run" +#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -dmenu="wmenu-run" #bindsym $mod+d exec --no-startup-id wemenu-run +bindsym $mod+d exec --no-startup-id fuzzel -T foot for_window [app_id="google-chrome"] floating enable for_window [class="firefox"] floating enable -- cgit v1.2.3