shit
This commit is contained in:
parent
f018d87572
commit
19971884ef
4 changed files with 14 additions and 3 deletions
8
dot_config/autostart/pulseeffects-service.desktop
Normal file
8
dot_config/autostart/pulseeffects-service.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=PulseEffects
|
||||
Comment=PulseEffects Service
|
||||
Exec=pulseeffects --gapplication-service
|
||||
Icon=pulseeffects
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Type=Application
|
|
@ -52,8 +52,8 @@ exec --no-startup-id i3-msg 'workspace 10; exec rocketchat-desktop; exec electro
|
|||
set $refresh_i3status pkill -RTMIN+10 i3blocks
|
||||
bindsym $mod+equal exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +4% && $refresh_i3status
|
||||
bindsym $mod+minus exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -4% && $refresh_i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +4% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -4% && $refresh_i3status
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 7%-
|
||||
|
|
|
@ -21,7 +21,7 @@ setopt HIST_IGNORE_SPACE
|
|||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
# export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
|
||||
export EDITOR=vim
|
||||
command_exists && export EDITOR=nvim
|
||||
command_exists nvim && export EDITOR=nvim
|
||||
export MAILDIR=$HOME/Mail
|
||||
# export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ Host rpi
|
|||
Host l0
|
||||
User mzhang
|
||||
HostName lambda0.sift.net
|
||||
Host l1
|
||||
User mzhang
|
||||
HostName lambda1.sift.net
|
||||
Host achilles
|
||||
User mzhang
|
||||
HostName achilles.sift.net
|
||||
|
|
Loading…
Reference in a new issue