mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added .bashrc dotfiles
This commit is contained in:
parent
f740a9542f
commit
c7ff941eb4
3 changed files with 7 additions and 2 deletions
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.
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
#bindsym $mod+minus scratchpad show
|
#bindsym $mod+minus scratchpad show
|
||||||
# useful shortcuts
|
# useful shortcuts
|
||||||
bindsym Print exec ./screen_and_copy.sh area
|
bindsym Print exec ~/.config/sway/screen_and_copy.sh area
|
||||||
bindsym Ctrl+Print exec ./screen_and_copy.sh output
|
bindsym Ctrl+Print exec ~/.config/sway/screen_and_copy.sh output
|
||||||
bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
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 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
|
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.2
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
".profile".source = dotfiles/.profile;
|
".profile".source = dotfiles/.profile;
|
||||||
".config/waybar".source = dotfiles/waybar;
|
".config/waybar".source = dotfiles/waybar;
|
||||||
".config/cava".source = dotfiles/cava;
|
".config/cava".source = dotfiles/cava;
|
||||||
|
".bashrc".source = dotfiles/bash/.bashrc;
|
||||||
|
|
||||||
# # You can also set the file content immediately.
|
# # You can also set the file content immediately.
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue