integrated stow symlink manager
This commit is contained in:
Executable → Regular
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 4.0 MiB |
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/backlight/amd.conf
|
||||
@@ -0,0 +1,3 @@
|
||||
# Backlight for amd
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl -d amdgpu_bl1 set +5%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl -d amdgpu_bl1 set 5%-
|
||||
@@ -0,0 +1,3 @@
|
||||
# Backlight for intel
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%-
|
||||
@@ -1 +1 @@
|
||||
source = ~/.config/hypr/conf/monitors/nitro5.conf
|
||||
source = ~/.config/hypr/conf/monitors/default.conf
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Default"
|
||||
# name: "Lenovo"
|
||||
# -----------------------------------------------------
|
||||
|
||||
#monitor=eDP-1,1920x1080@144,0x0,1
|
||||
monitor=,highrr,auto,1
|
||||
monitor=eDP-1, 1366x768, 1920x0, 1
|
||||
monitor=HDMI-A-1, 1920x1080, 0x0, 1
|
||||
|
||||
@@ -16,8 +16,11 @@ source = ~/.config/hypr/conf/monitor.conf
|
||||
# Autostart
|
||||
# -----------------------------------------------------
|
||||
source = ~/.config/hypr/conf/autostart.conf
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Backlight
|
||||
# -----------------------------------------------------
|
||||
source = ~/.config/hypr/conf/backlight.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
@@ -112,7 +115,7 @@ animations {
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 4, default
|
||||
animation = workspaces, 1, 4, default, fade
|
||||
}
|
||||
|
||||
dwindle {
|
||||
@@ -123,7 +126,7 @@ dwindle {
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
new_status = master
|
||||
}
|
||||
|
||||
gestures {
|
||||
@@ -162,7 +165,7 @@ windowrulev2 = opacity 0.85,class:^(nemo)
|
||||
windowrulev2 = opacity 0.90,class:^(Code)
|
||||
windowrule = opacity 0.90, ^(Spotify)$
|
||||
windowrule = opacity 0.85, ^(thunar)$
|
||||
windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$
|
||||
windowrule = opacity 0.90, ^(org.qbittorrent.qBittorrent)$
|
||||
layerrule = blur, rofi
|
||||
layerrule = blur, waybar
|
||||
layerrule = xray[0], rofi
|
||||
@@ -255,11 +258,6 @@ bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindr=SUPER, SUPER_L, exec, pkill rofi || rofi -show drun
|
||||
bind = SUPER, U, exec, rofi -show filebrowser
|
||||
|
||||
# Backlight
|
||||
# Keyboard backlight
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%-
|
||||
|
||||
# Fan control
|
||||
bind = CTRL ALT, L, exec, nbfc set -f 0 1 -s 30
|
||||
bind = CTRL ALT, M, exec, nbfc set -f 0 1 -s 100
|
||||
@@ -293,4 +291,3 @@ windowrulev2 = monitor 1,class:(hollow_knight.exe)
|
||||
windowrulev2 = workspace 10,class:(hollow_knight.exe)
|
||||
workspace = 10, border:false, rounding:false,gapsin:0,gapsout:0,shadow:false,rounding:false,decorare:false,on-created-empty:bash ~/.config/hypr/gamemode.sh
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
hwdec=vaapi
|
||||
@@ -205,4 +205,3 @@
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user