diff --git a/home/programs/hypr/files/env_var.conf b/home/programs/hypr/files/env_var.conf deleted file mode 100644 index de9212a..0000000 --- a/home/programs/hypr/files/env_var.conf +++ /dev/null @@ -1,56 +0,0 @@ -# Environment Variables -# see https://wiki.hyprland.org/Configuring/Environment-variables/ - -#env = BROWSER,chromium -env = TERMINAL,footclient -#env = LC_TIME,ru_RU.UTF-8 - -# Theming Related Variables -# Set cursor size. See FAQ below for why you might want this variable set. -# https://wiki.hyprland.org/FAQ/ -#env = XCURSOR_SIZE,24 - -# Set a GTK theme manually, for those who want to avoid appearance tools such as lxappearance or nwg-look -#env = GTK_THEME, - -# Set your cursor theme. The theme needs to be installed and readable by your user. -#env = XCURSOR_THEME, - -# the line below may help with multiple monitors -#env = WLR_EGL_NO_MODIFIERS,1 - -#XDG Specifications -env = XDG_CURRENT_DESKTOP,Hyprland -env = XDG_SESSION_TYPE,wayland -env = XDG_SESSION_DESKTOP,Hyprland - -# Toolkit Backend Variables - -# GTK: Use wayland if available, fall back to x11 if not. -#env = GDK_BACKEND,wayland,x11 - -# QT: Use wayland if available, fall back to x11 if not. -#env = QT_QPA_PLATFORM,wayland,xcb - -# Run SDL2 applications on Wayland. Remove or set to x11 if games that -# provide older versions of SDL cause compatibility issues -env = SDL_VIDEODRIVER,wayland - -# Clutter package already has wayland enabled, this variable -#will force Clutter applications to try and use the Wayland backend -env = CLUTTER_BACKEND,wayland - -# QT Variables - -# (From the QT documentation) enables automatic scaling, based on the monitor’s pixel density -# https://doc.qt.io/qt-5/highdpi.html -#env = QT_AUTO_SCREEN_SCALE_FACTOR,1 - -# Tell QT applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable -#env = QT_QPA_PLATFORM,wayland,xcb - -# Disables window decorations on QT applications -env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 - -#Tells QT based applications to pick your theme from qt5ct, use with Kvantum. -env = QT_QPA_PLATFORMTHEME,qt5ct diff --git a/home/programs/hypr/files/env_var_nvidia.conf b/home/programs/hypr/files/env_var_nvidia.conf deleted file mode 100644 index e71fb4b..0000000 --- a/home/programs/hypr/files/env_var_nvidia.conf +++ /dev/null @@ -1,29 +0,0 @@ -# Environment Variables NVIDIA Specific -# See the wiki for more info as some work is required -# https://wiki.hyprland.org/hyprland-wiki/pages/Nvidia/ -env = WLR_NO_HARDWARE_CURSORS,1 - -# Hardware acceleration on NVIDIA GPUs -# See Archwiki Hardware Acecleration Page for details and necessary values before setting this variable. -# https://wiki.archlinux.org/title/Hardware_video_acceleration -env = LIBVA_DRIVER_NAME,nvidia - -# The lines below may cause issues, proceed at your own risk - -# To force GBM as a backend, set the following environment variables: -# See Archwiki Wayland Page for more details on those variables. -# https://wiki.archlinux.org/title/Wayland#Requirements -#env = GBM_BACKEND,nvidia-drm -#env = __GLX_VENDOR_LIBRARY_NAME,nvidia - - -# Controls if G-Sync capable monitors should use Variable Refresh Rate (VRR) -# See Nvidia Documentation for details. -# https://download.nvidia.com/XFree86/Linux-32bit-ARM/375.26/README/openglenvvariables.html -#env = __GL_GSYNC_ALLOWED, - -# Controls if Adaptive Sync should be used. Recommended to set as “0” to avoid having problems on some games. -#env = __GL_VRR_ALLOWED, - -# use legacy DRM interface instead of atomic mode setting. Might fix flickering issues. -#env = WLR_DRM_NO_ATOMIC,1 \ No newline at end of file diff --git a/home/programs/hypr/files/gamemode.sh b/home/programs/hypr/files/gamemode.sh deleted file mode 100755 index 252a991..0000000 --- a/home/programs/hypr/files/gamemode.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env sh -HYPRGAMEMODE=$(hyprctl getoption animations:enabled | awk 'NR==2{print $2}') -if [ "$HYPRGAMEMODE" = 1 ] ; then - hyprctl --batch "\ - keyword animations:enabled 0;\ - keyword decoration:drop_shadow 0;\ - keyword decoration:blur:enabled 0;\ - keyword general:gaps_in 0;\ - keyword general:gaps_out 0;\ - keyword general:border_size 1;\ - keyword decoration:rounding 0" - exit -fi -hyprctl reload diff --git a/home/programs/hypr/files/gapsmode.sh b/home/programs/hypr/files/gapsmode.sh deleted file mode 100755 index 3cecb42..0000000 --- a/home/programs/hypr/files/gapsmode.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env sh -HYPRGAPSMODE=$(hyprctl getoption general:gaps_in | awk 'NR==2{print$2}') - -# Check if the environment variable exists and has a value -if [ "$HYPRGAPSMODE" != "0" ]; then - hyprctl --batch "\ - keyword general:gaps_in 0;\ - keyword general:gaps_out 0;" -else - hyprctl --batch "\ - keyword general:gaps_in 10;\ - keyword general:gaps_out 3;" -fi - -exit - diff --git a/home/programs/hypr/files/hyprland.png b/home/programs/hypr/files/hyprland.png deleted file mode 100644 index c066c7e..0000000 Binary files a/home/programs/hypr/files/hyprland.png and /dev/null differ diff --git a/home/programs/hypr/files/media-binds.conf b/home/programs/hypr/files/media-binds.conf deleted file mode 100644 index 03c0c24..0000000 --- a/home/programs/hypr/files/media-binds.conf +++ /dev/null @@ -1,18 +0,0 @@ -$SCRIPT = ~/.config/HyprV/waybar/scripts - -bind = , xf86audioraisevolume, exec, $SCRIPT/volume --inc -bind = , xf86audiolowervolume, exec, $SCRIPT/volume --dec -bind = , xf86AudioMicMute, exec, $SCRIPT/volume --toggle-mic -bind = , xf86audioMute, exec, $SCRIPT/volume --toggle - -#bind = , XF86PowerOff, exec, swaynag -m 'Shutdown?' -Z 'No' '' -b 'Yes' 'systemctl poweroff' - -bind = , xf86KbdBrightnessDown, exec, $SCRIPT/kb-brightness --dec -bind = , xf86KbdBrightnessUp, exec, $SCRIPT/kb-brightness --inc - -bind = , xf86MonBrightnessDown, exec, $SCRIPT/brightness --dec -bind = , xf86MonBrightnessUp, exec, $SCRIPT/brightness --inc - -bind = , XF86AudioPlay, exec, playerctl play-pause -bind = , XF86AudioNext, exec, playerctl next -bind = , XF86AudioPrev, exec, playerctl previous diff --git a/home/programs/hypr/files/monitors.conf b/home/programs/hypr/files/monitors.conf deleted file mode 100644 index 5724715..0000000 --- a/home/programs/hypr/files/monitors.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Generated by nwg-displays on 2023-12-04 at 09:21:01. Do not edit manually. - -monitor=eDP-1,1920x1200@59.999001,1920x0,1.0 -monitor=HDMI-A-1,1920x1080@60.0,3840x0,1.0 diff --git a/home/programs/hypr/files/pyprland.json.bak b/home/programs/hypr/files/pyprland.json.bak deleted file mode 100644 index 9a0860e..0000000 --- a/home/programs/hypr/files/pyprland.json.bak +++ /dev/null @@ -1,5 +0,0 @@ -{ - "pyprland": { - "plugins": ["shift_monitors"] - } -} diff --git a/home/programs/hypr/files/pyprland.toml b/home/programs/hypr/files/pyprland.toml deleted file mode 100644 index 271e3cb..0000000 --- a/home/programs/hypr/files/pyprland.toml +++ /dev/null @@ -1,5 +0,0 @@ -[pyprland] -plugins = [ - "shift_monitors", - "workspaces_follow_focus", -] diff --git a/hosts/dlaptop/configuration.nix b/hosts/dlaptop/configuration.nix index baa0508..5aeae18 100644 --- a/hosts/dlaptop/configuration.nix +++ b/hosts/dlaptop/configuration.nix @@ -127,6 +127,7 @@ }; hardware.pulseaudio.enable = false; + services.tailscale.enable = true; services.blueman.enable = true; services.tumbler.enable = true; services.gvfs.enable = true;