mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 05:19:33 +01:00
added .bashrc dotfiles
This commit is contained in:
parent
f740a9542f
commit
c7ff941eb4
4
home-manager/dotfiles/bash/.bashrc
Normal file
4
home-manager/dotfiles/bash/.bashrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
alias gocode="cd ~/Documents/Code/"
|
||||
eval $(zoxide init bash)
|
||||
|
||||
kittysay meow
|
|
@ -180,8 +180,8 @@ input * {
|
|||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
#bindsym $mod+minus scratchpad show
|
||||
# useful shortcuts
|
||||
bindsym Print exec ./screen_and_copy.sh area
|
||||
bindsym Ctrl+Print exec ./screen_and_copy.sh output
|
||||
bindsym Print exec ~/.config/sway/screen_and_copy.sh area
|
||||
bindsym Ctrl+Print exec ~/.config/sway/screen_and_copy.sh output
|
||||
bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2
|
||||
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.2
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
".profile".source = dotfiles/.profile;
|
||||
".config/waybar".source = dotfiles/waybar;
|
||||
".config/cava".source = dotfiles/cava;
|
||||
".bashrc".source = dotfiles/bash/.bashrc;
|
||||
|
||||
# # You can also set the file content immediately.
|
||||
# ".gradle/gradle.properties".text = ''
|
||||
|
|
Loading…
Reference in a new issue