mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-14 16:20:52 -05:00
Compare commits
No commits in common. "1b902820f4c1600d6bb806d89a93d91a038c7cc8" and "843f0dc23def4a26bb36a9728a18c2221e8f04a6" have entirely different histories.
1b902820f4
...
843f0dc23d
3 changed files with 9 additions and 7 deletions
5
bashrc
5
bashrc
|
@ -13,4 +13,7 @@ alias r="urxvt -name Ranger -e ranger & disown"
|
||||||
alias kssh="/usr/bin/kitty +kitten ssh"
|
alias kssh="/usr/bin/kitty +kitten ssh"
|
||||||
|
|
||||||
neofetch
|
neofetch
|
||||||
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
|
||||||
|
# BEGIN_KITTY_SHELL_INTEGRATION
|
||||||
|
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
|
||||||
|
# END_KITTY_SHELL_INTEGRATION
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
font_family Hack
|
font_family Hack
|
||||||
font_size 10
|
font_size 12
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
cursor_stop_blinking_after 10
|
shell_integration no-cursor
|
||||||
shell_integration enabled no-cursor
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
#background_opacity 0.7
|
#background_opacity 0.9
|
||||||
window_padding_width 20
|
window_padding_width 20
|
||||||
#background #202020
|
#background #202020
|
||||||
include everforest-dark.conf
|
include zenburn.conf
|
||||||
|
|
|
@ -88,7 +88,7 @@ label-foreground = ${color.dark-blue}
|
||||||
# You can copy-paste your options for each possible action, which is more
|
# You can copy-paste your options for each possible action, which is more
|
||||||
# trouble-free but repetitive, or apply only the relevant ones (for example
|
# trouble-free but repetitive, or apply only the relevant ones (for example
|
||||||
# --sink-blacklist is only needed for next-sink).
|
# --sink-blacklist is only needed for next-sink).
|
||||||
exec = pulseaudio-control --icons-volume " , , " --icon-muted " " --node-nicknames-from "device.profile.description" listen
|
exec = pulseaudio-control --icons-volume " , , " --icon-muted " " --node-nicknames-from "device.name" listen
|
||||||
#exec = pulseaudio-control --icons-volume " , , " --icon-muted " " --sink-nicknames-from "device.description" --sink-nickname "alsa_output.pci-0000_00_1b.0.analog-stereo: Speakers" --sink-nickname "alsa_output.usb-Kingston_HyperX_Virtual_Surround_Sound_00000000-00.analog-stereo: Headphones" listen
|
#exec = pulseaudio-control --icons-volume " , , " --icon-muted " " --sink-nicknames-from "device.description" --sink-nickname "alsa_output.pci-0000_00_1b.0.analog-stereo: Speakers" --sink-nickname "alsa_output.usb-Kingston_HyperX_Virtual_Surround_Sound_00000000-00.analog-stereo: Headphones" listen
|
||||||
click-right = exec pavucontrol &
|
click-right = exec pavucontrol &
|
||||||
click-left = pulseaudio-control togmute
|
click-left = pulseaudio-control togmute
|
||||||
|
|
Loading…
Reference in a new issue