updated fish config

This commit is contained in:
Ludwig Lehnert 2025-04-24 18:46:08 +02:00
parent 2ea969f1dc
commit bfa280d7a3
3 changed files with 15 additions and 4 deletions

View File

@ -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'" alias json-post="curl --request POST -H 'Content-Type: application/json'"
set -x TERM xterm-256color set -x TERM xterm-256color
alias code="code --ozone-platform=wayland"

View File

@ -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 = $HOME/.config/waybar/start.sh
exec-once = hypridle exec-once = hypridle
exec-once = hyprpaper exec-once = hyprpaper
exec-once = copyq --start-server
exec-once = nm-applet exec-once = nm-applet
exec-once = blueman-applet exec-once = blueman-applet
@ -124,7 +125,7 @@ gestures {
misc { misc {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # 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_splash_rendering = true
disable_hyprland_logo = true disable_hyprland_logo = true
@ -137,7 +138,7 @@ device {
sensitivity = -0.5 sensitivity = -0.5
} }
monitor = , preferred, auto, 1.333333 monitor = , preferred, auto, 1.2
xwayland { xwayland {
force_zero_scaling = true force_zero_scaling = true
} }
@ -149,6 +150,12 @@ xwayland {
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. 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 # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER $mainMod = SUPER
@ -210,6 +217,8 @@ bindm = $mainMod, mouse:273, resizewindow
bind = , XF86AudioRaiseVolume, exec, pactl -- set-sink-volume @DEFAULT_SINK@ +5% bind = , XF86AudioRaiseVolume, exec, pactl -- set-sink-volume @DEFAULT_SINK@ +5%
bind = , XF86AudioLowerVolume, 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 = , 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 = , XF86MonBrightnessUp, exec, light -A 5
bind = , XF86MonBrightnessDown, exec, light -U 5 bind = , XF86MonBrightnessDown, exec, light -U 5

View File

@ -24,8 +24,8 @@
"pulseaudio": { "pulseaudio": {
"format": "{volume}% {icon} ", "format": "{volume}% {icon} ",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon}  {format_source}",
"format-bluetooth-muted": " {icon} {format_source}", "format-bluetooth-muted": " {icon}  {format_source}",
"format-muted": "0% {icon} ", "format-muted": "0% {icon} ",
"format-source": "{volume}% ", "format-source": "{volume}% ",
"format-source-muted": "", "format-source-muted": "",