add naviterm
This commit is contained in:
parent
d3e1a8c3ec
commit
e12258477a
6 changed files with 66 additions and 43 deletions
|
|
@ -14,6 +14,7 @@
|
|||
./listadmin.nix
|
||||
./mail.nix
|
||||
./mopidy.nix
|
||||
./naviterm.nix
|
||||
./neovim.nix
|
||||
./newsboat.nix
|
||||
./ssh.nix
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
alias build="notify-send -u critical 'Build complete' || notify-send -u critical 'Build failed'"
|
||||
alias build="notify-send -u critical \"Build complete at $(date)\" || notify-send -u critical \"Build failed at $(date)\""
|
||||
# alias mroe=more
|
||||
# alias moer=more
|
||||
alias ls="ls -hCF"
|
||||
|
|
|
|||
13
home/common/files/naviterm/config.ini
Normal file
13
home/common/files/naviterm/config.ini
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
server_address=https://music.trex-halfbeak.ts.net
|
||||
user=don
|
||||
password=D4u5c3k
|
||||
server_auth=token
|
||||
replay_gain=auto
|
||||
primary_accent=yellow
|
||||
secondary_accent=gray
|
||||
home_list_size=30
|
||||
follow_cursor_queue=true
|
||||
draw_while_unfocused=false
|
||||
save_player_status=true
|
||||
use_dbus=true
|
||||
reorder_random_queue=true
|
||||
9
home/common/naviterm.nix
Normal file
9
home/common/naviterm.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, inputs, ... }: {
|
||||
home.packages = with pkgs;
|
||||
[ inputs.naviterm.packages.${pkgs.system}.default ];
|
||||
xdg.configFile."naviterm" = {
|
||||
source = ./files/naviterm;
|
||||
recursive = true;
|
||||
target = "naviterm";
|
||||
};
|
||||
}
|
||||
|
|
@ -94,6 +94,7 @@
|
|||
bind I display-popup -w 90% -h 90% -E "ikhal"
|
||||
bind K split-window -h "exec ikhal"
|
||||
bind S split-window -v -l 5
|
||||
bind T display-popup -d "#{pane_current_path}" -w 90% -h 90% -E "bash"
|
||||
bind Tab choose-window
|
||||
bind ^b last-window
|
||||
bind e setw synchronize-panes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue