Skip to content

Commit

Permalink
Thunar
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Feb 22, 2024
1 parent dfbc9d0 commit 98524bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/keybinds.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| --- | --- |
|`Super + q` | Launch foot ina new window |
|`Super + w` | Kill Window |
|`Super + e` | Launch `ranger` in a new window |
|`Super + e` | Launch `thunar` in a new window |
|`Super + r` | Launch Wofi |
|`Super + t` | Open Tmux in a new window |
|`Super + g` | Launch Firefox |
Expand Down
2 changes: 1 addition & 1 deletion modules/hyprland/config/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
bind = $mainMod, a, exec, pavucontrol
bind = $mainMod, v, exec, foot -e nvim
bind = $mainMod, 0, exit,
bind = $mainMod, e, exec, kitty -e ranger
bind = $mainMod, e, exec, thunar
bind = $mainMod, b, exec, foot -e btop
bind = $mainMod, t, exec, foot -e tmux
bind = $mainMod, g, exec, foot -e firefox
Expand Down
2 changes: 1 addition & 1 deletion modules/hyprland/config/laptop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
bind = $mainMod, a, exec, pavucontrol
bind = $mainMod, v, exec, foot -e nvim
bind = $mainMod, 0, exit,
bind = $mainMod, e, exec, kitty -e ranger
bind = $mainMod, e, exec, thunar
bind = $mainMod, b, exec, foot -e btop
bind = $mainMod, t, exec, foot -e tmux
bind = $mainMod, g, exec, foot -e firefox
Expand Down

0 comments on commit 98524bb

Please sign in to comment.