changing sway config + adding/removing paths
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -66,13 +66,16 @@ export LC_WHO=rorlando
|
||||
# Scripts Path
|
||||
PATH=$PATH:~/code/scripts
|
||||
PATH=$PATH:~/.local/bin
|
||||
# Ruby Path
|
||||
PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin
|
||||
|
||||
# Doom Path
|
||||
PATH=$PATH:~/.config/emacs/bin/
|
||||
|
||||
# Flatpak path
|
||||
PATH=$PATH:/var/lib/flatpak/exports/bin
|
||||
|
||||
# deadbeef path
|
||||
PATH=$PATH:/opt/deadbeef/bin
|
||||
|
||||
#######################################################
|
||||
# ALIAS
|
||||
#######################################################
|
||||
|
||||
@@ -36,8 +36,8 @@ bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+x exec swaymsg -r exit
|
||||
|
||||
## Volume
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
## Volume for non-media button keyboards
|
||||
|
||||
Reference in New Issue
Block a user