fix: upgrade to nixos 23.11 channel

This commit is contained in:
Elias Renman
2023-12-17 23:00:41 +01:00
parent c6cd00b4d3
commit d3f95d4185
5 changed files with 19 additions and 19 deletions

1
.zshrc
View File

@@ -30,3 +30,4 @@ alias vim="nvim"
alias vi="nvim" alias vi="nvim"
alias ls="exa" alias ls="exa"
alias cat="bat" alias cat="bat"
alias discord="discord --enable-features=UseOzonePlatform --ozone-platform=wayland"

View File

@@ -2,17 +2,16 @@
# #
# Executes # Executes
# #
exec-once = waybar
exec-once = wlsunset exec-once = wlsunset
exec-once = hyprpaper exec-once = hyprpaper
exec-once = waybar
# #
# Monitor # Monitor
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
# #
monitor=,preferred,auto,auto monitor=,preferred,auto,auto
monitor=,addreserved,5,15,15,15 monitor=,addreserved,5,15,15,15
monitor=desc:Lenovo Group Limited LEN T32p-20 VNA8W4PX,preferred,auto,1.2
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more

View File

@@ -72,9 +72,9 @@ bind=, XF86AudioPrev, exec, playerctl previous
# Hardware button mapping # Hardware button mapping
# For example powerbutton # For example powerbutton
# #
bind=,XF86PowerOff, exec, wlogout
# Laptop lid switch # Laptop lid switch
# bindl=,switch:Lid Switch,exec,swaylock bindl=,switch:on:Lid Switch,exec,swaylock
bindl=,switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, 3000x2000@60,0x0,auto" bindl=,switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, 3000x2000@60,0x0,auto"
bindl=,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable" bindl=,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
# Screen brightness # Screen brightness

View File

@@ -25,23 +25,23 @@ decoration {
# Round corners # Round corners
# #
rounding = 3 rounding = 3
multisample_edges = true
# #
# Opacity # Opacity
# #
active_opacity = 0.98 active_opacity = 0.98
inactive_opacity = 0.65 inactive_opacity = 0.65
# #
# Blur # Blur
# #
blur = true #
blur_size = 2 blur {
blur_passes = 2 enabled = true
blur_new_optimizations = true size = 2
passes = 2
}
# #
# Shadow # Shadow
# #
@@ -110,7 +110,7 @@ windowrule = fullscreen, wlogout
windowrule = float, title:wlogout windowrule = float, title:wlogout
windowrule = fullscreen, title:wlogout windowrule = fullscreen, title:wlogout
windowrule = idleinhibit focus, mpv windowrule = idleinhibit focus, mpv
windowrule = idleinhibit fullscreen, Google-chrome windowrule = idleinhibit fullscreen, firefox
windowrule = float, title:^(Media viewer)$ windowrule = float, title:^(Media viewer)$
windowrule = float, title:^(Volume Control)$ windowrule = float, title:^(Volume Control)$
windowrule = float, title:^(Picture-in-Picture)$ windowrule = float, title:^(Picture-in-Picture)$
@@ -118,9 +118,9 @@ windowrule = size 800 600, title:^(Volume Control)$
windowrule = move 39% 420, title:^(Volume Control)$ windowrule = move 39% 420, title:^(Volume Control)$
windowrulev2 = workspace 1, class:^(alacritty)$ windowrulev2 = workspace 1, class:^(alacritty)$
windowrulev2 = workspace 2, class:^(Google-chrome)$ windowrulev2 = workspace 2, class:^(firefox)$
windowrulev2 = workspace 3, class:^(discord)$ windowrulev2 = workspace 3, class:^(discord)$
windowrulev2 = workspace 3, class:^(spotify-qt)$ windowrulev2 = workspace 3, class:^(Spotify)$
windowrulev2 = workspace 3, class:^(Slack)$ windowrulev2 = workspace 3, class:^(Slack)$
windowrulev2 = workspace special, class:^(thunar)$ windowrulev2 = workspace special, class:^(thunar)$
windowrulev2 = workspace special, class:^(YouTube Music)$ windowrulev2 = workspace special, class:^(YouTube Music)$

View File

@@ -8,7 +8,7 @@
"height": 34, "height": 34,
"modules-left": [ "modules-left": [
"wlr/workspaces", "hyprland/workspaces",
], ],
"modules-center": [ "modules-center": [
@@ -123,7 +123,7 @@
"max-length": 120 "max-length": 120
}, },
"wlr/workspaces": { "hyrpland/workspaces": {
"format": "{icon}", "format": "{icon}",
"on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1" "on-scroll-down": "hyprctl dispatch workspace e-1"