Compare commits
No commits in common. "af6b859b2b3ac4e659a46bc4af24368beb6ea1e7" and "5076625c183053d284763c7097acee5b4758ba3e" have entirely different histories.
af6b859b2b
...
5076625c18
3 changed files with 0 additions and 11 deletions
|
@ -3,8 +3,6 @@ source ~/.config/environment.sh
|
|||
if status is-interactive
|
||||
set -g fish_greeting
|
||||
|
||||
bind alt-f yazi
|
||||
|
||||
# Aliases
|
||||
alias cat="bat"
|
||||
alias ls="eza --group-directories-first -x"
|
||||
|
|
|
@ -107,7 +107,6 @@ window-rule {
|
|||
// Block out windows from screen capture
|
||||
window-rule {
|
||||
match app-id="discord"
|
||||
match app-id="Signal"
|
||||
block-out-from "screencast"
|
||||
}
|
||||
// Display Steam notifications in corner of the screen
|
||||
|
@ -124,7 +123,6 @@ window-rule {
|
|||
// Open windows in chat workspace
|
||||
window-rule {
|
||||
match app-id="discord"
|
||||
match app-id="Signal"
|
||||
open-on-workspace "chat"
|
||||
}
|
||||
// Open windows in games workspace
|
||||
|
@ -169,8 +167,6 @@ window-rule {
|
|||
window-rule {
|
||||
match is-active=false
|
||||
opacity 0.9
|
||||
}
|
||||
window-rule {
|
||||
draw-border-with-background false
|
||||
}
|
||||
window-rule {
|
||||
|
|
|
@ -47,8 +47,3 @@ desc = "Go to Videos"
|
|||
on = ["g", "v", "r"]
|
||||
run = "cd ~/Videos/Recording"
|
||||
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" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue