Compare commits

...

5 Commits

6 changed files with 20 additions and 12 deletions

View File

@ -12,11 +12,11 @@ input {
follow_mouse = 0 follow_mouse = 0
sensitivity = 0 # -1.0 - 1.0, 0 means no modification. sensitivity = -0.17
touchpad { touchpad {
natural_scroll = true natural_scroll = true
scroll_factor = 0.2 scroll_factor = 0.15
} }
} }

View File

@ -22,13 +22,13 @@ bind = $mainMod, M, exec, $email
bind = $mainMod, XF86AudioMedia, exec, $powerMenu bind = $mainMod, XF86AudioMedia, exec, $powerMenu
# General binds # General binds
bind = $mainMod, Q, killactive, bind = $mainMod, q, killactive,
#bind = $mainMod, M, exit, #bind = $mainMod, m, exit,
bind = $mainMod, X, togglefloating, bind = $mainMod, x, togglefloating,
bind = $mainMod, F, fullscreen, bind = $mainMod, f, fullscreen,
bind = $mainMod, D, exec, $menu bind = $mainMod, d, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, p, pseudo, # dwindle
bind = $mainMod, I, togglesplit, # dwindle bind = $mainMod, s, togglesplit, # dwindle
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l
@ -39,6 +39,8 @@ bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r bind = $mainMod, l, movefocus, r
bind = $mainMod, k, movefocus, u bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d bind = $mainMod, j, movefocus, d
bind = $mainMod, n, focusmonitor, r
bind = $mainMod, m, focusmonitor, l
# Resize windows # Resize windows
bind = $mainMod CTRL, left, resizeactive, -35 0 bind = $mainMod CTRL, left, resizeactive, -35 0
@ -60,6 +62,8 @@ bind = $mainMod SHIFT, l, moveWindow, r
bind = $mainMod SHIFT, k, moveWindow, u bind = $mainMod SHIFT, k, moveWindow, u
bind = $mainMod SHIFT, j, moveWindow, d bind = $mainMod SHIFT, j, moveWindow, d
bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:272, movewindow
bind = $mainMod SHIFT, n, movecurrentworkspacetomonitor, r
bind = $mainMod SHIFT, m, movecurrentworkspacetomonitor, l
# Switch workspaces with mainMod + [0-9] # Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1 bind = $mainMod, 1, workspace, 1

View File

@ -1,3 +1,5 @@
preload = /home/alex/wallpapers/dune.jpg preload = /home/alex/wallpapers/dune.jpg
wallpaper = eDP-1,/home/alex/wallpapers/dune.jpg wallpaper = eDP-1,/home/alex/wallpapers/dune.jpg
wallpaper = DP-2,/home/alex/wallpapers/dune.jpg
wallpaper = DP-4,/home/alex/wallpapers/dune.jpg

View File

@ -34,8 +34,10 @@ pacman -S waybar dunst libnotify wofi pipewire brightnessctl wireless_tools man-
pacman -S yazi ffmpeg poppler fd p7zip pacman -S yazi ffmpeg poppler fd p7zip
# Other software # Other software
# Use amdctl for undervolting pacman -S stress btop bat neovim nano dust fastfetch imv wl-clipboard
pacman -S stress btop ripgrep bat neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
# Screenshots
pacman -S grim slurp
# Bash prompt bar # Bash prompt bar
pacman -S starship pacman -S starship

1
remove_dolbyvision.sh Normal file
View File

@ -0,0 +1 @@
/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "Star_Wars_the_Rise_of_Skywalker.mkv" -map 0:v:0 -map 0:a:0 -map 0:a:1 -map 0:a:5 -map 0:s? -c:v copy -bsf:v hevc_metadata=remove_dovi=1 -c:a copy -c:s copy -max_muxing_queue_size 2048 -avoid_negative_ts disabled "Star Wars the Rise of Skywalker.mkv"

View File

@ -1 +0,0 @@
/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "/makemkv/output/John_Wick_4.mkv" -map 0 -bsf:v hevc_metadata=remove_dovi=1 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled John_Wick_4.mkv