diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-04 09:23:47 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-04 09:23:47 +0100 |
commit | 186ba16ae2c7dafcc1ed39a5fe244ab91f4e58ab (patch) | |
tree | 0af98ad841cad1db67e1260e504db6043b77b846 | |
parent | d0310aec87332eadb083a81f9e01a7fd7f8b6c96 (diff) | |
download | myconfigs-186ba16ae2c7dafcc1ed39a5fe244ab91f4e58ab.tar.gz myconfigs-186ba16ae2c7dafcc1ed39a5fe244ab91f4e58ab.tar.bz2 myconfigs-186ba16ae2c7dafcc1ed39a5fe244ab91f4e58ab.zip |
Switch from htop to btop
-rw-r--r-- | config/sway/bindsym-launch | 2 | ||||
m--------- | private | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/sway/bindsym-launch b/config/sway/bindsym-launch index fe69990..01d8061 100644 --- a/config/sway/bindsym-launch +++ b/config/sway/bindsym-launch @@ -9,7 +9,7 @@ bindsym $mod+d exec --no-startup-id wofi -Imi -S drun # Top -bindsym $mod+t exec alacritty -e htop +bindsym $mod+t exec alacritty -e btop bindsym $mod+Shift+t exec alacritty -e sudo powertop # Passwords bindsym $mod+Shift+w exec --no-startup-id ~/.config/sway/scripts/pass diff --git a/private b/private -Subproject 44d918bec6844b3c31828fe2e114bbaa54c4d8b +Subproject 78519ded47390ff218f90313a7de126a766002c |