Skip to content

Commit

Permalink
General fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
niksingh710 committed May 11, 2024
1 parent fde8d63 commit b471bba
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
1 change: 1 addition & 0 deletions .config/hypr/conf.d/exec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ exec-once = $rclone gbudrive: ~/drive/gbudrive
exec-once = $rclone shared-gbu: ~/drive/shared-gbu

exec-once = fcitx5
exec-once = swww-daemon

# app-armour
exec-once = aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log
Expand Down
1 change: 1 addition & 0 deletions .config/hypr/conf.d/rules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ windowrule = float, title:Legacy Launcher*
windowrulev2 = float, class:FFPWA-(.*)
windowrulev2 = float, class:iriunwebcam
windowrule = float, title:^(Firefox — Sharing Indicator)$
windowrule = float, title:^(Library)$
# windowrule = suppressevent fullscreen, title:^(Firefox — Sharing Indicator)$
windowrule = workspace special:scratchpad, title:^(Firefox — Sharing Indicator)$
windowrule = move 0 0, title:^(Firefox — Sharing Indicator)$
Expand Down
7 changes: 5 additions & 2 deletions .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ general {

apply_sens_to_raw = false
resize_on_border = true
no_cursor_warps = false
cursor_inactive_timeout = 0
}

cursor {
no_warps = false
inactive_timeout = 0
}

decoration {
Expand Down
19 changes: 19 additions & 0 deletions .config/mimeapps.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

[Default Applications]
application/pdf=org.pwmt.zathura.desktop
applications/pdf=zathura.desktop
x-scheme-handler/mailspring=Mailspring.desktop
image/jpg=vimiv.desktop
images/jpg=vimiv.desktop
images/jpeg=vimiv.desktop
image/svg=vimiv.desktop
images/svg=vimiv.desktop
images/HEIC=vimiv.desktop
image/gif=vimiv.desktop
image/jpx=vimiv.desktop
image/jp2=vimiv.desktop
image/png=vimiv.desktop
image/jpeg=vimiv.desktop
image/bmp=vimiv.desktop
image/tiff=vimiv.desktop
images/heif=vimiv.desktop
4 changes: 2 additions & 2 deletions .config/networkmanager-dmenu/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ wifi_chars = ▂▄▆█
# # Uses the -password flag for Rofi, -x for bemenu. For dmenu, sets -nb and
# # -nf to the same color or uses -P if the dmenu password patch is applied
# # https://tools.suckless.org/dmenu/patches/password/
# obscure = True
# obscure_color = #222222
obscure = True
obscure_color = #222222

[editor]
terminal = foot
Expand Down
2 changes: 1 addition & 1 deletion bin/recorder
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ check slurp || {

dir="$HOME/Videos/Screencapture"
[ -d "$dir" ] || mkdir -p "$dir"
filename="$dir/$(date +%Y-%m-%d-%H-%M-%S).mkv"
filename="$dir/$(date +%Y-%m-%d-%H-%M-%S).mp4"

if pgrep -x wl-screenrec &>/dev/null; then
kill -s SIGINT $(pgrep -x wl-screenrec) && notify "wl-screenrec stopped"
Expand Down

0 comments on commit b471bba

Please sign in to comment.