diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-09-12 23:14:17 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-09-12 23:14:17 +0200 |
| commit | 4dbdd1560aaf915b6f9072a5599975cff4c0aa26 (patch) | |
| tree | 46ba1e1ba8bc20b59209f44158d4b522c1e2e351 | |
| parent | 016f1100df9df22ad29a08b21b1df7067008db5b (diff) | |
update
| -rw-r--r-- | .bashrc | 1 | ||||
| -rw-r--r-- | .config/sway/config | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |
