hypr: update config files to comply with hyprlang

This commit is contained in:
Cruleo
2024-03-12 23:46:18 +01:00
parent 99964eb6dc
commit 48d0dce17c
7 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
## You can put extra environment variables here # You can put extra environment variables here
## https://wiki.hyprland.org/Configuring/Environment-variables/ # https://wiki.hyprland.org/Configuring/Environment-variables/
+2 -2
View File
@@ -1,2 +1,2 @@
## Put general config stuff here # Put general config stuff here
## Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/ # Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/
+2 -2
View File
@@ -1,2 +1,2 @@
## You can put your preferred keybinds here # You can put your preferred keybinds here
## https://wiki.hyprland.org/Configuring/Binds/ # https://wiki.hyprland.org/Configuring/Binds/
+3 -3
View File
@@ -1,3 +1,3 @@
## You can put custom rules here # You can put custom rules here
## Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/ # Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/
## Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/ # Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/
+1 -1
View File
@@ -1,5 +1,5 @@
# ######### Input method ########## # ######### Input method ##########
## See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland # See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
env = QT_IM_MODULE, fcitx env = QT_IM_MODULE, fcitx
env = XMODIFIERS, @im=fcitx env = XMODIFIERS, @im=fcitx
# env = GTK_IM_MODULE, wayland # Crashes electron apps in xwayland # env = GTK_IM_MODULE, wayland # Crashes electron apps in xwayland
+1 -1
View File
@@ -97,7 +97,7 @@ bindl = Super+Shift,M, exec, ags run-js 'indicator.popup(1);'
bind = Control+Super, P, exec, hyprctl plugin load "~/.config/hypr/plugins/droidbars.so" bind = Control+Super, P, exec, hyprctl plugin load "~/.config/hypr/plugins/droidbars.so"
bind = Control+Super, O, exec, hyprctl plugin unload "~/.config/hypr/plugins/droidbars.so" bind = Control+Super, O, exec, hyprctl plugin unload "~/.config/hypr/plugins/droidbars.so"
## Testing # Testing
# bind = SuperAlt, f12, exec, notify-send "Hyprland version: $(hyprctl version | head -2 | tail -1 | cut -f2 -d ' ')" "owo" -a 'Hyprland keybind' # bind = SuperAlt, f12, exec, notify-send "Hyprland version: $(hyprctl version | head -2 | tail -1 | cut -f2 -d ' ')" "owo" -a 'Hyprland keybind'
# bind = Super+Alt, f12, exec, notify-send "Millis since epoch" "$(date +%s%N | cut -b1-13)" -a 'Hyprland keybind' # bind = Super+Alt, f12, exec, notify-send "Millis since epoch" "$(date +%s%N | cut -b1-13)" -a 'Hyprland keybind'
bind = Super+Alt, f12, exec, notify-send 'Test notification' "Here's a really long message to test truncation and wrapping\nYou can middle click or flick this notification to dismiss it!" -a 'Shell' -A "Test1=I got it!" -A "Test2=Another action" -t 5000 bind = Super+Alt, f12, exec, notify-send 'Test notification' "Here's a really long message to test truncation and wrapping\nYou can middle click or flick this notification to dismiss it!" -a 'Shell' -A "Test1=I got it!" -A "Test2=Another action" -t 5000