Compare commits

..

No commits in common. "af6b859b2b3ac4e659a46bc4af24368beb6ea1e7" and "5076625c183053d284763c7097acee5b4758ba3e" have entirely different histories.

3 changed files with 0 additions and 11 deletions

View file

@ -3,8 +3,6 @@ source ~/.config/environment.sh
if status is-interactive if status is-interactive
set -g fish_greeting set -g fish_greeting
bind alt-f yazi
# Aliases # Aliases
alias cat="bat" alias cat="bat"
alias ls="eza --group-directories-first -x" alias ls="eza --group-directories-first -x"

View file

@ -107,7 +107,6 @@ window-rule {
// Block out windows from screen capture // Block out windows from screen capture
window-rule { window-rule {
match app-id="discord" match app-id="discord"
match app-id="Signal"
block-out-from "screencast" block-out-from "screencast"
} }
// Display Steam notifications in corner of the screen // Display Steam notifications in corner of the screen
@ -124,7 +123,6 @@ window-rule {
// Open windows in chat workspace // Open windows in chat workspace
window-rule { window-rule {
match app-id="discord" match app-id="discord"
match app-id="Signal"
open-on-workspace "chat" open-on-workspace "chat"
} }
// Open windows in games workspace // Open windows in games workspace
@ -169,8 +167,6 @@ window-rule {
window-rule { window-rule {
match is-active=false match is-active=false
opacity 0.9 opacity 0.9
}
window-rule {
draw-border-with-background false draw-border-with-background false
} }
window-rule { window-rule {

View file

@ -47,8 +47,3 @@ desc = "Go to Videos"
on = ["g", "v", "r"] on = ["g", "v", "r"]
run = "cd ~/Videos/Recording" run = "cd ~/Videos/Recording"
desc = "Go to Recordings" desc = "Go to Recordings"
# yank and copy to clipboard
[[mgr.prepend_keymap]]
on = "y"
run = [ 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', "yank" ]