Skip to content

Commit 87f6058

Browse files
Updates
1 parent e6559ca commit 87f6058

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Version 2.9.6.2
22
--------------------------------------------------------
33
- App Menu icon can be hidden from the ML4W Settings App
44
- Setup script optimize the keybindings if french keyboard layout (fr) is selected
5-
- Add full waypaper support with waypaper 2.3. Brings back swww support including animations.
5+
- Add full waypaper features with waypaper 2.3. Brings back swww support including animations.
6+
- ML4W apps will be now installed into the linux file system
67

78
Version 2.9.6.1
89
--------------------------------------------------------

share/dotfiles/.config/hypr/conf/keybindings/default.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ bind = $mainMod, mouse_up, workspace, e-1 # Open previous workspace
9696
bind = $mainMod CTRL, down, workspace, empty # Open the next empty workspace
9797

9898
# Passthrough SUPER KEY to Virtual Machine
99-
bind = $mainMod, P, submap, passthru # Passthrough SUPER key to virtual machine
100-
submap = passthru
101-
bind = SUPER, Escape, submap, reset # Get SUPER key back from virtual machine
102-
submap = reset
99+
# bind = $mainMod, P, submap, passthru # Passthrough SUPER key to virtual machine
100+
# submap = passthru
101+
# bind = SUPER, Escape, submap, reset # Get SUPER key back from virtual machine
102+
# submap = reset
103103

104104
# Fn keys
105105
bind = , XF86MonBrightnessUp, exec, brightnessctl -q s +10% # Increase brightness by 10%

share/dotfiles/.config/hypr/conf/keybindings/fr.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ bind = $mainMod, mouse_up, workspace, e-1 # Open previous workspace
9696
bind = $mainMod CTRL, down, workspace, empty # Open the next empty workspace
9797

9898
# Passthrough SUPER KEY to Virtual Machine
99-
bind = $mainMod, P, submap, passthru # Passthrough SUPER key to virtual machine
100-
submap = passthru
101-
bind = SUPER, Escape, submap, reset # Get SUPER key back from virtual machine
102-
submap = reset
99+
# bind = $mainMod, P, submap, passthru # Passthrough SUPER key to virtual machine
100+
# submap = passthru
101+
# bind = SUPER, Escape, submap, reset # Get SUPER key back from virtual machine
102+
# submap = reset
103103

104104
# Fn keys
105105
bind = , XF86MonBrightnessUp, exec, brightnessctl -q s +10% # Increase brightness by 10%

0 commit comments

Comments
 (0)