summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
-rw-r--r--.config/sway/config3
2 files changed, 3 insertions, 1 deletions
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