Compare commits
5 Commits
2b0f48d087
...
main
Author | SHA1 | Date | |
---|---|---|---|
645d96f095 | |||
1078dd333b | |||
a3ef26fe8b | |||
63613c235f | |||
e4ca9a9989 |
@ -12,11 +12,11 @@ input {
|
||||
|
||||
follow_mouse = 0
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = -0.17
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
scroll_factor = 0.2
|
||||
scroll_factor = 0.15
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -22,13 +22,13 @@ bind = $mainMod, M, exec, $email
|
||||
bind = $mainMod, XF86AudioMedia, exec, $powerMenu
|
||||
|
||||
# General binds
|
||||
bind = $mainMod, Q, killactive,
|
||||
#bind = $mainMod, M, exit,
|
||||
bind = $mainMod, X, togglefloating,
|
||||
bind = $mainMod, F, fullscreen,
|
||||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, I, togglesplit, # dwindle
|
||||
bind = $mainMod, q, killactive,
|
||||
#bind = $mainMod, m, exit,
|
||||
bind = $mainMod, x, togglefloating,
|
||||
bind = $mainMod, f, fullscreen,
|
||||
bind = $mainMod, d, exec, $menu
|
||||
bind = $mainMod, p, pseudo, # dwindle
|
||||
bind = $mainMod, s, togglesplit, # dwindle
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
@ -39,6 +39,8 @@ bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, j, movefocus, d
|
||||
bind = $mainMod, n, focusmonitor, r
|
||||
bind = $mainMod, m, focusmonitor, l
|
||||
|
||||
# Resize windows
|
||||
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, j, moveWindow, d
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bind = $mainMod SHIFT, n, movecurrentworkspacetomonitor, r
|
||||
bind = $mainMod SHIFT, m, movecurrentworkspacetomonitor, l
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
preload = /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
|
||||
|
||||
|
@ -34,8 +34,10 @@ pacman -S waybar dunst libnotify wofi pipewire brightnessctl wireless_tools man-
|
||||
pacman -S yazi ffmpeg poppler fd p7zip
|
||||
|
||||
# Other software
|
||||
# Use amdctl for undervolting
|
||||
pacman -S stress btop ripgrep bat neovim nano grim slurp dust fastfetch imv wl-clipboard amdctl
|
||||
pacman -S stress btop bat neovim nano dust fastfetch imv wl-clipboard
|
||||
|
||||
# Screenshots
|
||||
pacman -S grim slurp
|
||||
|
||||
# Bash prompt bar
|
||||
pacman -S starship
|
||||
|
1
remove_dolbyvision.sh
Normal file
1
remove_dolbyvision.sh
Normal 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"
|
@ -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
|
Reference in New Issue
Block a user