diff --git a/dot_config/hypr/binds.conf b/dot_config/hypr/binds.conf index 4c230fc..c32e8b8 100644 --- a/dot_config/hypr/binds.conf +++ b/dot_config/hypr/binds.conf @@ -1,10 +1,18 @@ # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more +bind = $mainMod, SPACE, exec, $menu bind = $mainMod, Q, exec, $terminal -bind = $mainMod, A, exec, $terminal_bk bind = $mainMod, W, exec, $browser -bind = $mainMod, E, exec, $fileManager -bind = $mainMod, R, exec, $menu -bind = $mainMod, T, exec, $screenshot +bind = $mainMod, E, exec, $noteManager +bind = $mainMod, R, exec, $literatureManager +bind = $mainMod, T, exec, $localDocs +bind = $mainMod, Y, exec, $musicPlayer +bind = $mainMod, U, exec, $bluetoothManager +bind = $mainMod, I, exec, $officeSuite +bind = $mainMod, O, exec, $fileManager +bind = $mainMod, P, exec, $perfMonitor +bind = $mainMod, S, exec, $terminalBackup +bind = $mainMod, D, exec, $noteManagerSearchsearch +bind = $mainMod, TAB, exec, $screenshot bind = $mainMod, ESCAPE, exec, $lockscreen bind = $mainMod SHIFT, T, exec, $colorpicker bind = $mainMod, ., exec, $emojipicker diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index 5a03dbe..1203e4d 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -5,16 +5,25 @@ env = CLUTTER_BACKEND,wayland env = HYPRCURSOR_THEME,"phinger-cursor" env = HYPRCURSOR_SIZE,28 +$mainMod = SUPER + +$menu = walker $terminal = ghostty -$terminal_bk = kitty -$fileManager = thunar $browser = vivaldi +$noteManager = obsidian +$noteManagerSearch = obsidian-search +$literatureManager = zotero +$localDocs = zeal +$musicPlayer = flatpak run com.spotify.Client +$bluetoothManager = blueman-manager +$officeSuite = onlyoffice-desktopeditors +$fileManager = thunar +$perfMonitor = missioncenter +$terminalBackup = kitty +$screenshot = hyprshot --mode region -o ~/Pictures/Screenshot/ $lockscreen = hyprlock $colorpicker = hyprpicker -a $emojipicker = smile -$screenshot = hyprshot --mode region -o ~/Pictures/Screenshot/ -$menu = walker -$mainMod = SUPER source = monitors.conf source = variables.conf