mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
add keybind and remove some terminal cruft
This commit is contained in:
parent
553bb8e1aa
commit
da685c3e1a
@ -215,6 +215,7 @@ in {
|
|||||||
toggle-fullscreen = [ "<Super>f" ];
|
toggle-fullscreen = [ "<Super>f" ];
|
||||||
toggle-maximized = [ "<Super>t" ];
|
toggle-maximized = [ "<Super>t" ];
|
||||||
raise-or-lower = [ "<Super>s" ];
|
raise-or-lower = [ "<Super>s" ];
|
||||||
|
move-to-center = [ "<Alt><Super>c" ];
|
||||||
switch-windows = ["<Super>Tab"];
|
switch-windows = ["<Super>Tab"];
|
||||||
switch-windows-backward = ["<Shift><Super>Tab"];
|
switch-windows-backward = ["<Shift><Super>Tab"];
|
||||||
minimize = [];
|
minimize = [];
|
||||||
|
@ -25,22 +25,12 @@ in {
|
|||||||
advcpmv # Advanced version of the Unix utilities cp and mv.
|
advcpmv # Advanced version of the Unix utilities cp and mv.
|
||||||
unzip # Command-line utility for extracting files from ZIP archives.
|
unzip # Command-line utility for extracting files from ZIP archives.
|
||||||
trash-cli # Command-line interface to the freedesktop.org Trash.
|
trash-cli # Command-line interface to the freedesktop.org Trash.
|
||||||
catimg # Display images in the terminal using ASCII characters.
|
|
||||||
vim # Text editor that is highly configurable and widely used, especially in the Unix environment.
|
vim # Text editor that is highly configurable and widely used, especially in the Unix environment.
|
||||||
neovim # Fork of Vim aiming to improve extensibility and usability.
|
neovim # Fork of Vim aiming to improve extensibility and usability.
|
||||||
nodejs # JavaScript runtime built on Chrome's V8 JavaScript engine.
|
nodejs # JavaScript runtime built on Chrome's V8 JavaScript engine.
|
||||||
ripgrep # Line-oriented search tool that recursively searches directories for a regex pattern.
|
ripgrep # Line-oriented search tool that recursively searches directories for a regex pattern.
|
||||||
cargo # Package manager and build system for Rust.
|
cargo # Package manager and build system for Rust.
|
||||||
taskwarrior # Command-line task management tool.
|
|
||||||
taskopen # Open Taskwarrior tasks in a text editor.
|
|
||||||
taskwarrior-tui # Interactive terminal user interface for Taskwarrior.
|
|
||||||
timewarrior # Command-line time tracking utility.
|
|
||||||
ollama # Command-line tool for viewing and managing Open Location Codes.
|
|
||||||
docker-compose
|
docker-compose
|
||||||
opensc
|
|
||||||
pcsc-tools
|
|
||||||
firefox
|
|
||||||
pkcs11helper
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user