mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-16 20:46:08 +01:00
fix: upgrade to nixos 23.11 channel
This commit is contained in:
1
.zshrc
1
.zshrc
@@ -30,3 +30,4 @@ alias vim="nvim"
|
||||
alias vi="nvim"
|
||||
alias ls="exa"
|
||||
alias cat="bat"
|
||||
alias discord="discord --enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
|
||||
@@ -2,17 +2,16 @@
|
||||
#
|
||||
# Executes
|
||||
#
|
||||
exec-once = waybar
|
||||
exec-once = wlsunset
|
||||
exec-once = hyprpaper
|
||||
|
||||
exec-once = waybar
|
||||
#
|
||||
# Monitor
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#
|
||||
monitor=,preferred,auto,auto
|
||||
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
|
||||
|
||||
|
||||
@@ -72,9 +72,9 @@ bind=, XF86AudioPrev, exec, playerctl previous
|
||||
# Hardware button mapping
|
||||
# For example powerbutton
|
||||
#
|
||||
|
||||
bind=,XF86PowerOff, exec, wlogout
|
||||
# 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:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
||||
# Screen brightness
|
||||
|
||||
@@ -25,21 +25,21 @@ decoration {
|
||||
# Round corners
|
||||
#
|
||||
rounding = 3
|
||||
multisample_edges = true
|
||||
|
||||
#
|
||||
# Opacity
|
||||
#
|
||||
active_opacity = 0.98
|
||||
inactive_opacity = 0.65
|
||||
|
||||
#
|
||||
# Blur
|
||||
#
|
||||
blur = true
|
||||
blur_size = 2
|
||||
blur_passes = 2
|
||||
blur_new_optimizations = true
|
||||
#
|
||||
blur {
|
||||
enabled = true
|
||||
size = 2
|
||||
passes = 2
|
||||
}
|
||||
|
||||
|
||||
#
|
||||
@@ -110,7 +110,7 @@ windowrule = fullscreen, wlogout
|
||||
windowrule = float, title:wlogout
|
||||
windowrule = fullscreen, title:wlogout
|
||||
windowrule = idleinhibit focus, mpv
|
||||
windowrule = idleinhibit fullscreen, Google-chrome
|
||||
windowrule = idleinhibit fullscreen, firefox
|
||||
windowrule = float, title:^(Media viewer)$
|
||||
windowrule = float, title:^(Volume Control)$
|
||||
windowrule = float, title:^(Picture-in-Picture)$
|
||||
@@ -118,9 +118,9 @@ windowrule = size 800 600, title:^(Volume Control)$
|
||||
windowrule = move 39% 420, title:^(Volume Control)$
|
||||
|
||||
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:^(spotify-qt)$
|
||||
windowrulev2 = workspace 3, class:^(Spotify)$
|
||||
windowrulev2 = workspace 3, class:^(Slack)$
|
||||
windowrulev2 = workspace special, class:^(thunar)$
|
||||
windowrulev2 = workspace special, class:^(YouTube Music)$
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"height": 34,
|
||||
|
||||
"modules-left": [
|
||||
"wlr/workspaces",
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
@@ -123,7 +123,7 @@
|
||||
"max-length": 120
|
||||
},
|
||||
|
||||
"wlr/workspaces": {
|
||||
"hyrpland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1"
|
||||
|
||||
Reference in New Issue
Block a user