chore: Update hyprland configuration with keybindings for dolphin, firefox, codium, rofi, and kitty
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
|
||||
exec-once = [
|
||||
# run once on startup
|
||||
"ags"
|
||||
"pyper"
|
||||
];
|
||||
|
||||
bind = [
|
||||
# Manage Windows
|
||||
"$mainMod, B, exec, pypr expose"
|
||||
"$mainMod, Tab, exec, pypr expose"
|
||||
|
||||
# Launch Bindings
|
||||
"$mainMod, Enter, exec, rofi -show drun"
|
||||
@@ -58,6 +58,12 @@
|
||||
"$mainMod, mouse:273, resizewindow"
|
||||
];
|
||||
|
||||
input = {
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
};
|
||||
};
|
||||
|
||||
gestures = {
|
||||
"workspace_swipe" = true;
|
||||
"workspace_swipe_fingers" = 3;
|
||||
|
||||
Reference in New Issue
Block a user