update

Ryan Gibb 8493518f 7358ffec

Changed files
-7
home
-6
home/default.nix
···
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
-
set-window-option -g mode-keys vi
set-option -g mouse on
set-option -g set-titles on
···
# https://stackoverflow.com/questions/62182401/neovim-screen-lagging-when-switching-mode-from-insert-to-normal
# locking
set -s escape-time 0
-
set -g lock-command ${pkgs.vlock}/bin/vlock
-
set -g lock-after-time 0 # Seconds; 0 = never
-
bind L lock-session
# for .zprofile display environment starting https://github.com/tmux/tmux/issues/3483
set-option -g update-environment XDG_VTNR
# Allow clipboard with OSC-52 work
···
bind-key -r f run-shell "tmux neww tmux-sessionizer"
# reload
bind-key r source-file ~/.config/tmux/tmux.conf
-
# kill unattached
-
bind-key K run-shell 'tmux ls | grep -v attached | cut -d: -f1 | xargs -I {} tmux kill-window -t {}'
'';
};
···
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set-window-option -g mode-keys vi
set-option -g mouse on
set-option -g set-titles on
···
# https://stackoverflow.com/questions/62182401/neovim-screen-lagging-when-switching-mode-from-insert-to-normal
# locking
set -s escape-time 0
# for .zprofile display environment starting https://github.com/tmux/tmux/issues/3483
set-option -g update-environment XDG_VTNR
# Allow clipboard with OSC-52 work
···
bind-key -r f run-shell "tmux neww tmux-sessionizer"
# reload
bind-key r source-file ~/.config/tmux/tmux.conf
'';
};
-1
home/gui/sway.nix
···
export MOZ_ENABLE_WAYLAND=1
export MOZ_DBUS_REMOTE=1
export QT_STYLE_OVERRIDE="Fusion"
-
export WLR_NO_HARDWARE_CURSORS=1
export NIXOS_OZONE_WL=1
# for intellij
···
export MOZ_ENABLE_WAYLAND=1
export MOZ_DBUS_REMOTE=1
export QT_STYLE_OVERRIDE="Fusion"
export NIXOS_OZONE_WL=1
# for intellij