Compare commits
No commits in common. "7c2bc0b86f4ee95cf8d2491deaced43147513683" and "675c15ff7cf2a9dfef3679c93d24a297597f8d3c" have entirely different histories.
7c2bc0b86f
...
675c15ff7c
2 changed files with 0 additions and 22 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
# Use rofi instead of tofi
|
|
||||||
launcher = [
|
|
||||||
"rofi",
|
|
||||||
"-dmenu",
|
|
||||||
"-i", # case-insensitive
|
|
||||||
"-p",
|
|
||||||
"clap",
|
|
||||||
"-matching",
|
|
||||||
"fuzzy",
|
|
||||||
"-no-sort",
|
|
||||||
"-lines",
|
|
||||||
"15",
|
|
||||||
"-width",
|
|
||||||
"60",
|
|
||||||
]
|
|
||||||
|
|
||||||
# Maximum number of clipboard entries to remember
|
|
||||||
history_size = 500
|
|
||||||
|
|
||||||
[favorites]
|
|
||||||
"email" = "marianoz@posteo.net"
|
|
||||||
|
|
@ -21,7 +21,6 @@ bindsym {
|
||||||
$mod+n exec ~/.local/bin/sdm-ui.sh dmenu
|
$mod+n exec ~/.local/bin/sdm-ui.sh dmenu
|
||||||
$mod+o exec ~/.local/bin/launch-or-focus obsidian "cd /home/forbi/Documents/Vault && $term --class obsidian nvim"
|
$mod+o exec ~/.local/bin/launch-or-focus obsidian "cd /home/forbi/Documents/Vault && $term --class obsidian nvim"
|
||||||
$mod+e exec pcmanfm
|
$mod+e exec pcmanfm
|
||||||
$mod+y exec clapboard
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Window Management
|
# Window Management
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue