Fix fullscreen notis from Firefox (i3)

This commit is contained in:
2024-03-20 15:08:00 -04:00
parent b40f818e3c
commit d9a49a4bb4
4 changed files with 8 additions and 1 deletions

View File

@@ -123,7 +123,8 @@ rspx "rsync --ignore-existing -Ptre 'ssh -p 8022' $PIXEL_IP:"
ssl "mosh --ssh='ssh -p 399' kevin@$LAPTOP_IP" ssl "mosh --ssh='ssh -p 399' kevin@$LAPTOP_IP"
# vultr # vultr
ssa "mosh atxadmin@45.32.87.10" # ssa "mosh atxadmin@45.32.87.10"
ssa "ssh kevin@18.223.241.198"
# ssv "mosh kevin@45.32.87.10" # ssv "mosh kevin@45.32.87.10"
# test server sites # test server sites

View File

@@ -159,6 +159,8 @@ bindsym Control+$mod+q exec sudo systemctl stop netctl-auto@wlp3s0.service
for_window [class="chatterino"] floating enable for_window [class="chatterino"] floating enable
for_window [class="Peek"] floating enable for_window [class="Peek"] floating enable
for_window [title="Qalculate!"] floating enable for_window [title="Qalculate!"] floating enable
for_window [window_role="alert"] floating enable
no_focus [window_role="alert"]
# ]]] applications # # ]]] applications #

View File

@@ -8,6 +8,10 @@ case $1 in
backup_dest="$mount_dir/nzxt" backup_dest="$mount_dir/nzxt"
# backup_dest="$mount_dir/backup-usb/nzxt" # backup_dest="$mount_dir/backup-usb/nzxt"
;; ;;
arch-2 )
backup_dest="$mount_dir/arch-2"
# backup_dest="$mount_dir/backup-usb/nzxt"
;;
x1 ) x1 )
backup_dest="$mount_dir/laptop" backup_dest="$mount_dir/laptop"
;; ;;