Skip to content

Commit

Permalink
2022-11-27 17:37:37
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Nov 27, 2022
1 parent 281c842 commit 7d173e5
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 22 deletions.
1 change: 1 addition & 0 deletions .bash_history
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
kak
alacritty msg create-window
rsync 'host:Library/Application Support/Google/Chrome/.' .config/chromium
brew-update
brew-install
brew-uninstall
Expand Down
1 change: 0 additions & 1 deletion .config/chrome-beta-flags.conf

This file was deleted.

1 change: 0 additions & 1 deletion .config/chrome-canary-flags.conf

This file was deleted.

1 change: 0 additions & 1 deletion .config/chrome-dev-flags.conf

This file was deleted.

4 changes: 0 additions & 4 deletions .config/chrome-flags.conf

This file was deleted.

1 change: 0 additions & 1 deletion .config/chromium

This file was deleted.

1 change: 0 additions & 1 deletion .config/chromium-flags.conf

This file was deleted.

4 changes: 4 additions & 0 deletions .config/chromium-flags.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://chromium.org
# https://wiki.archlinux.org/title/Chromium
--ozone-platform=wayland
--disable-gpu
1 change: 0 additions & 1 deletion .config/google-chrome

This file was deleted.

1 change: 0 additions & 1 deletion .config/google-chrome-beta

This file was deleted.

1 change: 0 additions & 1 deletion .config/google-chrome-canary

This file was deleted.

1 change: 0 additions & 1 deletion .config/google-chrome-dev

This file was deleted.

9 changes: 5 additions & 4 deletions .config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bind-key -n F12 choose-tree -Z -s
# [s] ⇒ Select a session.
# [S] ⇒ Create a new session.
bind-key s choose-tree -Z -s
# bind-key s choose-tree -Z -s
bind-key S new-session -c ~
# Rename session.
Expand Down Expand Up @@ -130,7 +130,8 @@ bind-key Up display-panes -d 0 { join-pane -v -s '%%' }
bind-key Left display-panes -d 0 { join-pane -h -s '%%' }
# Detach the window in its own tab
bind-key D break-pane -d
# bind-key D break-pane -d
bind-key D break-pane
# Move window to another session.
bind-key A choose-tree -Z -s {
Expand All @@ -139,8 +140,8 @@ bind-key A choose-tree -Z -s {
}
# Kill focused pane and window
bind-key x kill-pane
bind-key X kill-window
# bind-key x kill-pane
# bind-key X kill-window
# Focus panes
bind-key h select-pane -L
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.config/env
.config/chromium
.config/gh/config.yml
.config/gh/hosts.yml
.config/mpv/watch_later
Expand All @@ -9,4 +10,3 @@
.config/weechat
.local/share/weechat
.cache/weechat
Library/Application Support/Google/Chrome
1 change: 0 additions & 1 deletion Library/Application Support/Chromium

This file was deleted.

1 change: 0 additions & 1 deletion Library/Application Support/Google/Chrome Beta

This file was deleted.

1 change: 0 additions & 1 deletion Library/Application Support/Google/Chrome Canary

This file was deleted.

1 change: 0 additions & 1 deletion Library/Application Support/Google/Chrome Dev

This file was deleted.

0 comments on commit 7d173e5

Please sign in to comment.