Browse Source

small update

pull/106/head
JaKooLit 2 years ago
parent
commit
9bf8a87dfa
  1. 12
      config/hypr/configs/Keybinds.conf
  2. 2
      config/waybar/modules

12
config/hypr/configs/Keybinds.conf

@ -166,9 +166,9 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# If you are using Ja's Hyprland dots as Host and wants to passthrough keyboard into a VM
bind = $mainMod ALT, P, submap, passthru
submap = passthru
to unbind
bind = $mainMod ALT, P, submap, reset
submap = reset
# For passthrough keyboard into a VM
# bind = $mainMod ALT, P, submap, passthru
#submap = passthru
# to unbind
#bind = $mainMod ALT, P, submap, reset
#submap = reset

2
config/waybar/modules

@ -526,7 +526,7 @@
"exec": "echo ; echo 󱓟 app launcher",
"interval" : 86400, // once every day
"tooltip": true,
"on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser",
"on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window",
"on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh",
"on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh",
},

Loading…
Cancel
Save