mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 17:35:57 +08:00
Update file manager and editor commands
This commit is contained in:
parent
6f80efa018
commit
911be8ae08
1 changed files with 4 additions and 4 deletions
|
|
@ -78,8 +78,8 @@ user = {
|
|||
-- Check apps.lua for more
|
||||
terminal = "kitty -1",
|
||||
browser = "firefox",
|
||||
file_manager = "kitty -1 --class files -e ranger",
|
||||
editor = "kitty -1 --class editor -e vim",
|
||||
file_manager = "kitty -1 --class files -e nnn",
|
||||
editor = "kitty -1 --class editor -e nvim",
|
||||
email_client = "kitty -1 --class email -e neomutt",
|
||||
music_client = "kitty -o font_size=12 --class music -e ncmpcpp",
|
||||
|
||||
|
|
@ -464,7 +464,7 @@ awful.rules.rules = {
|
|||
"dialog",
|
||||
},
|
||||
class = {
|
||||
"Steam",
|
||||
"steam",
|
||||
"discord",
|
||||
"music",
|
||||
"markdown_input",
|
||||
|
|
@ -505,7 +505,7 @@ awful.rules.rules = {
|
|||
--"TelegramDesktop",
|
||||
"firefox",
|
||||
"Nightly",
|
||||
"Steam",
|
||||
"steam",
|
||||
"Lutris",
|
||||
"Chromium",
|
||||
"^editor$",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue