diff options
Diffstat (limited to 'hypr/.config')
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 69 |
1 files changed, 1 insertions, 68 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index a4afae4..1c2cdb7 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -1,15 +1,3 @@ -# This is an example Hyprland config file. -# -# Refer to the wiki for more information. - -# -# Please note not all available settings / options are set here. -# For a full list, see the wiki -# -# info at https://wiki.hyprland.org/ -# See https://wiki.hyprland.org/Configuring/Monitors/ -# monitor=,preferred,auto,auto - # mirror two screens HDMI-A-1 to left of HDMI-A-2 # monitor=HDMI-A-1,1920x1080@60,0x0,1,mirror,HDMI-A-2 # monitor=,preferred,auto,1,mirror,HDMI-A-1 @@ -28,7 +16,6 @@ #monitor=eDP-1,addreserved,10,10,10,10 #workspace=eDP-1,1 -# See https://wiki.hyprland.org/Configuring/Keywords/ for more # Setting variables $mainMod = SUPER $localBin = $HOME/.local/bin @@ -44,7 +31,7 @@ $lock = $scriptsDir/lockscreen $colorpicker = $scriptsDir/colorpicker $wofi_beats = $scriptsDir/wofi-beats $files = thunar -$browser = brave +$browser = brave --ozone-platform-hint=auto $editor = nvim # Some default env vars @@ -231,62 +218,11 @@ bind = $mainMod, Return, exec, $term bind = $mainMod, B, exec, $browser bind = $mainMod, V, exec, pavucontrol -bind = CTRL ALT, A, exec, xfce4-appfinder -bind = CTRL ALT, C, exec, catfish -bind = CTRL ALT, B, exec, $files -bind = CTRL ALT, E, exec, archlinux-tweak-tool -bind = CTRL ALT, F, exec, firefox -bind = CTRL ALT, G, exec, chromium -no-default-browser-check -bind = CTRL ALT, I, exec, nitrogen -bind = CTRL ALT, K, exec, $scriptsDir/lockscreen -bind = CTRL ALT, L, exec, $scriptsDir/lockscreen -bind = CTRL ALT, NEXT, exec, conky-rotate -n -bind = CTRL ALT, P, exec, pamac-manager -bind = CTRL ALT, PREVIOUS, exec, conky-rotate -p bind = CTRL ALT, R, exec, rofi-theme-selector -bind = CTRL ALT, Return, exec, foot -bind = CTRL ALT, S, exec, spotify -bind = CTRL ALT, T, exec, $term -bind = CTRL ALT, U, exec, pavucontrol -bind = CTRL ALT, V, exec, vivaldi-stable -bind = CTRL ALT, W, exec, arcolinux-welcome-app - -bind = CTRL SHIFT, Escape, exec, $term --class btop -T btop -e btop -bind = CTRL ALT, END, exec, $term --class btop -T btop -e btop - -# change wallpaper -# bind = ALT, n, exec, $scriptsDir/changeWallpaper -# bind = ALT, p, exec, $scriptsDir/changeWallpaper -# bind = ALT, left, exec, $scriptsDir/changeWallpaper -# bind = ALT, right, exec, $scriptsDir/changeWallpaper -# bind = ALT, up, exec, $scriptsDir/changeWallpaperDesktop -# bind = ALT, down, exec, $scriptsDir/changeWallpaperDesktop - - -# effect -bind = ALT, g, exec, $scriptsDir/glassmorphismToggle -bind = ALT, F3, exec, xfce4-appfinder - -bind = , F12, exec, xfce4-terminal --drop-down - -bind = $mainMod SHIFT, M, exec, hyprctl dispatch splitratio -0.1 bind = $mainMod, M, fullscreen, 1 - -bind = $mainMod SHIFT, Y, exec, $term --class clock -T clock -e tty-clock -c -C 7 -r -s -f "%A, %B, %d" -#bind = $mainMod, D, layoutmsg, removemaster -bind = $mainMod, Escape, exec, hyprctl kill -bind = $mainMod, I, layoutmsg, addmaster -# bind = $mainMod, J, layoutmsg, cyclenext -# bind = $mainMod, K, layoutmsg, cycleprev - -bind = $mainMod, P, pseudo -bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster bind = $mainMod, Space, exec, $scriptsDir/changeLayout bind = $mainMod, X, exec, archlinux-logout -bind = ALT, X, exec, nlogout -bind = ALT SHIFT, X, exec, nlogout -bind = $mainMod SHIFT, X, exec, arcolinux-powermenu # Mainmod + Function keys bind = $mainMod, F1, exec, $browser @@ -302,7 +238,6 @@ bind = $mainMod, F10, exec, spotify bind = $mainMod, d, exec, rofi -show run bind = $mainMod, o, exec, rofi -show drun bind = $mainMod, w, exec, rofi -show window -bind = $mainMod, a, exec, albert toggle # Special Keys bind = , xf86audioraisevolume, exec, $volume --inc @@ -425,8 +360,6 @@ bind = $mainMod SHIFT, 0, movetoworkspacesilent, 10 bind = $mainMod SHIFT, bracketleft, movetoworkspacesilent, -1 bind = $mainMod SHIFT, bracketright, movetoworkspacesilent, +1 -debug:disable_logs = false - # Personal scripts bind = $alt,b,exec, $HOME/.scripts/books.sh bind = $mainMod,p,exec, $HOME/.scripts/toggle_waybar.sh |
