1
Fork 0

Tell xmonad my browser is firefox

This commit is contained in:
Matei Adriel 2023-01-16 17:03:29 +01:00
parent 2de9874874
commit 286a5d4e43
No known key found for this signature in database
3 changed files with 8 additions and 7 deletions
home/adrielus/features/cli/tmux

View file

@ -1,4 +1,4 @@
# {{{ Remap prefix to Control + a
# {{{ Remap prefix to C-a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
@ -9,14 +9,15 @@ set -g status off
# {{{ Don't rename windows automatically
set-option -g allow-rename off
# }}}
# {{{ Fix slow esc
# {{{ Fix slow esc key
set -sg escape-time 10
# }}}
# {{{ Visual stuff
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color:Tc"
# See https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",$TERM:RGB"
# }}}
# {{{ Split panes with \ and -
# {{{ Split panes with - and \
bind \\ split-window -h
bind - split-window -v
unbind '"'