port my terminal script to hyprland
This commit is contained in:
parent
557163352d
commit
c10597732c
2 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
monitor=,preferred,auto,1
|
||||
$terminal = kitty
|
||||
$terminal = ~/.dotfiles/hypr/scripts/terminal.sh
|
||||
$fileManager = thunar
|
||||
$menu = rofi -show run
|
||||
$clipboard = rofi -show clipboard -show-icons
|
||||
|
@ -145,6 +145,7 @@ bind = , print, exec, bash -c "grim -g '$(slurp)' - | wl-copy"
|
|||
bind = $altMod, F, exec, $fileManager
|
||||
bind = $altMod, B, exec, librewolf
|
||||
bind = $mainMod, P, exec, bitwarden
|
||||
bind = $altMod, A, exec, anki
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, H, movefocus, l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue