diff --git a/fish-config.fish b/fish-config.fish index 228f563..db63d07 100644 --- a/fish-config.fish +++ b/fish-config.fish @@ -9,3 +9,5 @@ alias json-get="curl --request GET -H 'Content-Type: application/json'" alias json-post="curl --request POST -H 'Content-Type: application/json'" set -x TERM xterm-256color + +alias code="code --ozone-platform=wayland" diff --git a/hypr-hyprland.conf b/hypr-hyprland.conf index 7bcccc5..4a08815 100644 --- a/hypr-hyprland.conf +++ b/hypr-hyprland.conf @@ -32,6 +32,7 @@ $menu = wofi -S drun -i -I -s $HOME/.config/wofi/style.css exec-once = $HOME/.config/waybar/start.sh exec-once = hypridle exec-once = hyprpaper +exec-once = copyq --start-server exec-once = nm-applet exec-once = blueman-applet @@ -124,7 +125,7 @@ gestures { misc { # See https://wiki.hyprland.org/Configuring/Variables/ for more - force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers + force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers disable_splash_rendering = true disable_hyprland_logo = true @@ -137,7 +138,7 @@ device { sensitivity = -0.5 } -monitor = , preferred, auto, 1.333333 +monitor = , preferred, auto, 1.2 xwayland { force_zero_scaling = true } @@ -149,6 +150,12 @@ xwayland { # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +windowrulev2 = float,class:^(com\.github\.hluk\.copyq)$ +windowrulev2 = float,class:^(\.blueman-manager-wrapped)$ +windowrulev2 = float,class:^(org\.pulseaudio\.pavucontrol)$ +windowrulev2 = float,initialTitle:^(.*)(wants to save)$ +windowrulev2 = float,initialTitle:^(Open File)$ + # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER @@ -210,6 +217,8 @@ bindm = $mainMod, mouse:273, resizewindow bind = , XF86AudioRaiseVolume, exec, pactl -- set-sink-volume @DEFAULT_SINK@ +5% bind = , XF86AudioLowerVolume, exec, pactl -- set-sink-volume @DEFAULT_SINK@ -5% bind = , XF86AudioMute, exec, pactl -- set-sink-mute @DEFAULT_SINK@ toggle +bind = $mainMod SHIFT, N, exec, playerctl next +bind = $mainMod SHIFT, P, exec, playerctl previous bind = , XF86MonBrightnessUp, exec, light -A 5 bind = , XF86MonBrightnessDown, exec, light -U 5 diff --git a/waybar-config b/waybar-config index 5433124..8f96ed8 100644 --- a/waybar-config +++ b/waybar-config @@ -24,8 +24,8 @@ "pulseaudio": { "format": "{volume}% {icon} ", - "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", + "format-bluetooth": "{volume}% {icon}  {format_source}", + "format-bluetooth-muted": " {icon}  {format_source}", "format-muted": "0% {icon} ", "format-source": "{volume}% ", "format-source-muted": "",