summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc5
-rw-r--r--.config/i3/config3
-rwxr-xr-x.xsession1
3 files changed, 8 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 926f90e..adafe27 100644
--- a/.bashrc
+++ b/.bashrc
@@ -5,7 +5,7 @@
export PAGER=less
export EDITOR=vim
-export HISTIGNORE=ls:ps:history
+export HISTIGNORE='sudo id:uname:date:exit:df:ll:ls:ps:pwd:top:history'
export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries
export HISTSIZE=100000 # big big history
export HISTFILESIZE=100000 # big big history
@@ -147,3 +147,6 @@ eval "$(direnv hook bash)"
#export GITHUB_TOKEN=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
set -o vi
+bind -m vi-command ".":insert-last-argument
+bind -m vi-command 'Control-l: clear-screen'
+bind -m vi-insert 'Control-l: clear-screen'
diff --git a/.config/i3/config b/.config/i3/config
index e0e8c9b..6c871ae 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -77,6 +77,8 @@ for_window [class="feh"] floating enable
for_window [class="firefox"] floating enable
for_window [class="fluent-reader"] floating enable border normal
for_window [class="Geeqie"] floating enable
+for_window [class="Google-chrome"] floating enable
+for_window [title="Google Chrome"] floating enable
for_window [class="Gpicview"] floating enable
for_window [class="Ghb"] floating enable
for_window [class="Gitk"] floating enable
@@ -86,6 +88,7 @@ for_window [class="index"] floating enable
for_window [class="Keybase"] floating enable
for_window [class="libreoffice"] floating enable
for_window [class="Liferea"] floating enable
+for_window [class="lagrange"] floating enable
for_window [class="llpp"] floating enable
for_window [class="MuPDF"] floating enable
for_window [class="io.elementary.music"] floating enable
diff --git a/.xsession b/.xsession
index 25e7837..33a4251 100755
--- a/.xsession
+++ b/.xsession
@@ -26,3 +26,4 @@ feh --bg-fill ~/Pictures/night1.jpg
# Start window manager
#exec fvwm
exec i3
+#exec cwm