did some thangs

This commit is contained in:
opal
2023-06-08 22:22:22 -07:00
parent 21a8303f7e
commit 1f64612bed
4 changed files with 13 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ alias remove='sudo dnf remove'
alias uninstall='sudo dnf uninstall'
# Rsync push music to jellyfin
alias music-push="rsync -r -e 'ssh -p 46668' --info=progress2 /home/opal/music/to-push/* cleric:/data/container_storage/jellyfin/media/music/to-sort/"
alias music_hd_to_cleric="rsync -r -e 'ssh -p 46668' --info=progress2 /run/media/opal/e1f36c5c-4775-4549-8edc-1fa4d273b82e/music cleric:/data/media/"
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert

View File

@@ -213,3 +213,5 @@
(add-hook! 'elfeed-search-mode-hook 'elfeed-update)
(after! elfeed
(setq elfeed-search-filter "@1-month-ago +unread"))
(setq create-lockfiles nil)

View File

@@ -146,7 +146,7 @@
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
python ; beautiful is better than ugly
(python +lsp) ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6

View File

@@ -41,9 +41,9 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
## Volume for non-media button keyboards
bindsym $mod+Shift+n exec pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym $mod+Shift+b exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym $mod+Shift+m exec pactl set-sink-mute @DEFAULT_SINK@ toggle
#bindsym $mod+Shift+n exec pactl set-sink-volume @DEFAULT_SINK@ +5%
#bindsym $mod+Shift+b exec pactl set-sink-volume @DEFAULT_SINK@ -5%
#bindsym $mod+Shift+m exec pactl set-sink-mute @DEFAULT_SINK@ toggle
# Media playerctl
bindsym XF86AudioNext exec playerctl next
@@ -235,7 +235,9 @@ bindswitch --reload --locked lid:off output $laptop enable
# Monitors
# You can get the names of your outputs by running: swaymsg -t get_outputs
#output * pos 0 0
bindsym $mod+Shift+m output "HDMI-A-1" enable
bindsym $mod+Shift+n output "HDMI-A-1" disable
# Wallpaper
output * bg /home/opal/.config/wallpapers/forest.jpg fill
@@ -247,6 +249,7 @@ set $ws3 number 3
set $ws4 number 4
set $ws5 number 5
set $ws6 number 6
set $ws7 "mu"
# Switch to workspace
bindsym $mod+1 workspace $ws1
@@ -255,6 +258,7 @@ bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace $ws6
bindsym $mod+0 workspace $ws7
# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $ws1
@@ -263,6 +267,7 @@ bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+0 move container to workspace $ws7
# Status Bar:
bar {