Adds new keys & better window management
This commit is contained in:
parent
244eff89e9
commit
7cb5091c0b
6 changed files with 19 additions and 4 deletions
|
|
@ -109,7 +109,7 @@ bind = $mainMod, Space, fullscreen, 0
|
||||||
# rofi App launcher
|
# rofi App launcher
|
||||||
#bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
|
#bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
|
||||||
bind = $mainMod, Tab, exec, $appLauncher
|
bind = $mainMod, Tab, exec, $appLauncher
|
||||||
bind = ALT, Tab, exec, hyprswitch gui --mod-key alt --key tab
|
bind = ALT, Tab, exec, $scriptsDir/anyrun/Windows.sh
|
||||||
|
|
||||||
bind = $mainMod, Return, exec, $term
|
bind = $mainMod, Return, exec, $term
|
||||||
bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,6 @@ exec-once = pypr &
|
||||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||||
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
||||||
|
|
||||||
exec-once = hyprswitch init --show-title --size-factor 5.5 --workspaces-per-row 5 &
|
|
||||||
|
|
||||||
exec-once = hyprsunset &
|
exec-once = hyprsunset &
|
||||||
exec-once = hyprshade auto
|
exec-once = hyprshade auto
|
||||||
exec-once = sleep 1 && darkman run &
|
exec-once = sleep 1 && darkman run &
|
||||||
|
|
|
||||||
12
.config/scripts/anyrun/Windows.sh
Executable file
12
.config/scripts/anyrun/Windows.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/env sh
|
||||||
|
|
||||||
|
options=$(hyprctl -j clients | jq 'map({"\(.title)": .pid}) | add')
|
||||||
|
result=$(echo $options | jq 'keys | map("\(.)\n") | add' -r | anyrun --plugins libstdin.so)
|
||||||
|
|
||||||
|
pid=$(echo $options | jq ".[\"$result\"]")
|
||||||
|
|
||||||
|
if [[ $pid == "null" ]]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
hyprctl dispatch focuswindow pid:$pid
|
||||||
|
|
@ -40,3 +40,8 @@ Host vagrant
|
||||||
Port 2222
|
Port 2222
|
||||||
User vagrant
|
User vagrant
|
||||||
IdentityFile ~/.ssh/vagrant
|
IdentityFile ~/.ssh/vagrant
|
||||||
|
|
||||||
|
Host essential
|
||||||
|
HostName 192.168.178.25
|
||||||
|
User michel
|
||||||
|
IdentityFile ~/.ssh/essential_home.key
|
||||||
|
|
|
||||||
1
.ssh/essential_home.key.pub
Normal file
1
.ssh/essential_home.key.pub
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN0F/axSbYZxlrazu9gvofxLgisIQnZFNqGGbsEzu0Hv michel@michel-pc
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCSmKpgwQHVjx/HoaKiMZ31128oOPhCXxvpU7sLR7cevoy7WjTiwMCrrT+T+HqG8y/loRiIOEdyNQgOQUgbFdpWG4KnYD9rNTVtLS0vDzhg3XrfZBm0uGiu5vP17OtEPwDtOEpRrUAMRskwU0BdhLXbI0GNUeJjd5WkHduPXlo26CgaStXwzAKUEIm3x3zIhPSE8/6DKt9IBh9bps5kCL2aDjFtaeU9IV5EP5EhLPt+5FzUyYsqL0PTh4UXqt8KkY5YN31uLCHmP+KIz560naE355KcvcnDdF6OX20WcnhR6mFUCF+3O/FXKcDmpPt/qYqmM4yiBqa+hGSKfF16+29VYxGiOEWH9RpxDIQ6CEFWFFCjmUMfcvLYfXCV/rHayFw1/4+9eP0g0ggFU6dDamf3+HuOdehl+KzR1AktcW1Ai2d17VL5DKNd7AR30Rxt59ZBSYCVY/WCVN0LfpfBHbkNb+7K6k285icAFnQ+iV+6y05Jc8lMaRq/385rCVT/UGE= michel@michel-pc
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue