mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 18:03:11 -05:00
Compare commits
3 commits
843f0dc23d
...
1b902820f4
Author | SHA1 | Date | |
---|---|---|---|
1b902820f4 | |||
627988acfd | |||
264fd648bd |
3 changed files with 7 additions and 9 deletions
5
bashrc
5
bashrc
|
@ -13,7 +13,4 @@ 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,9 +1,10 @@
|
||||||
font_family Hack
|
font_family Hack
|
||||||
font_size 12
|
font_size 10
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
shell_integration no-cursor
|
cursor_stop_blinking_after 10
|
||||||
|
shell_integration enabled no-cursor
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
#background_opacity 0.9
|
#background_opacity 0.7
|
||||||
window_padding_width 20
|
window_padding_width 20
|
||||||
#background #202020
|
#background #202020
|
||||||
include zenburn.conf
|
include everforest-dark.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.name" listen
|
exec = pulseaudio-control --icons-volume " , , " --icon-muted " " --node-nicknames-from "device.profile.description" 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