kekl
This commit is contained in:
@ -233,6 +233,7 @@ in
|
|||||||
gnuradio
|
gnuradio
|
||||||
cubicsdr
|
cubicsdr
|
||||||
gqrx
|
gqrx
|
||||||
|
multimon-ng
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
cava
|
cava
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"${modifier}+space" = "exec ${menu}";
|
"${modifier}+space" = "exec ${menu}";
|
||||||
"${modifier}+Q" = "kill";
|
"${modifier}+Q" = "kill";
|
||||||
"${modifier}+Shift+R" = "reload";
|
"${modifier}+Shift+R" = "reload";
|
||||||
"${modifier}+Shift+S" = "grim -g '$(slurp)'";
|
"${modifier}+Shift+S" = "${pkgs.shotman}/bin/shotman --capture region";
|
||||||
# WINDOW STUFF #
|
# WINDOW STUFF #
|
||||||
"${modifier}+Shift+space" = "floating toggle";
|
"${modifier}+Shift+space" = "floating toggle";
|
||||||
"${modifier}+Shift+F" = "fullscreen toggle";
|
"${modifier}+Shift+F" = "fullscreen toggle";
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
unbind '"'
|
unbind '"'
|
||||||
unbind %
|
unbind %
|
||||||
|
|
||||||
bind t new-window
|
bind t new-window
|
||||||
bind -n M-q previous-window
|
bind -n M-q previous-window
|
||||||
bind -n M-e next-window
|
bind -n M-e next-window
|
||||||
@ -28,12 +29,12 @@
|
|||||||
bind -n M-Up select-pane -U
|
bind -n M-Up select-pane -U
|
||||||
bind -n M-Down select-pane -D
|
bind -n M-Down select-pane -D
|
||||||
|
|
||||||
|
set-option -s status-interval 1
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
|
set -g @net_speed_interfaces "wg0-mullvad"
|
||||||
set -g @net_speed_interfaces "wg0-mullvad enp2s0f0u1"
|
set -g @download_speed_format "%1s"
|
||||||
set -g @download_speed_format "%3s"
|
set -g @upload_speed_format "%1s"
|
||||||
set -g @upload_speed_format "%3s"
|
set -g @net_speed_format "D:%1s U:%1s"
|
||||||
set -g @net_speed_format "D:%3s U:%3s"
|
|
||||||
|
|
||||||
set -g status-right '#{battery_icon} #{battery_percentage} [ #{net_speed}] [ #{cpu_percentage}] [ %H:%M] '
|
set -g status-right '#{battery_icon} #{battery_percentage} [ #{net_speed}] [ #{cpu_percentage}] [ %H:%M] '
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user