Bugfixes
This commit is contained in:
parent
9e22d194d8
commit
3dd14b6ffe
|
@ -1,7 +1,3 @@
|
|||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/raabe/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Breeze-Dark"
|
||||
gtk-icon-theme-name="kora"
|
||||
gtk-font-name="Cantarell 11"
|
||||
|
|
14
hypr/conf/autostart.conf
Normal file
14
hypr/conf/autostart.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
# -----------------------------------------------------
|
||||
|
||||
exec-once = swww init
|
||||
# exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = dunst
|
||||
exec-once = ~/dotfiles/scripts/lockscreentime.sh
|
||||
exec-once = ~/dotfiles/scripts/updatewal-swww.sh
|
||||
exec-once = ~/dotfiles/hypr/gtk.sh
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
||||
exec-once = ~/dotfiles/waybar/launch.sh
|
||||
exec-once = wl-paste --watch cliphist store
|
24
hypr/conf/decoration.conf
Normal file
24
hypr/conf/decoration.conf
Normal file
|
@ -0,0 +1,24 @@
|
|||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
# blurls = waybar
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 30
|
||||
shadow_render_power = 3
|
||||
col.shadow = 0x66000000
|
||||
}
|
7
hypr/conf/environment.conf
Normal file
7
hypr/conf/environment.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# -----------------------------------------------------
|
||||
|
||||
env = WLR_NO_HARDWARE_CURSORS, 1
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
||||
env = XCURSOR_SIZE,24
|
16
hypr/conf/keyboard.conf
Normal file
16
hypr/conf/keyboard.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -----------------------------------------------------
|
||||
# Keyboard layout and mouse
|
||||
# -----------------------------------------------------
|
||||
|
||||
input {
|
||||
kb_layout = $keyboardlayout
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
}
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
20
hypr/conf/layouts.conf
Normal file
20
hypr/conf/layouts.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -----------------------------------------------------
|
||||
# Layouts
|
||||
# -----------------------------------------------------
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
device:epic-mouse-v1 {
|
||||
sensitivity = -0.5
|
||||
}
|
8
hypr/conf/misc.conf
Normal file
8
hypr/conf/misc.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# -----------------------------------------------------
|
||||
# Misc settings
|
||||
# -----------------------------------------------------
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
}
|
12
hypr/conf/window.conf
Normal file
12
hypr/conf/window.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 14
|
||||
border_size = 3
|
||||
col.active_border = $color11
|
||||
col.inactive_border = rgba(ffffffff)
|
||||
layout = dwindle
|
||||
}
|
|
@ -9,128 +9,38 @@
|
|||
# -----------------------------------------------------
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# Keyboard Layout
|
||||
# -----------------------------------------------------
|
||||
env = WLR_NO_HARDWARE_CURSORS, 1
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
||||
$keyboardlayout=de
|
||||
# $keyboardlayout = us
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# -----------------------------------------------------
|
||||
# monitor=,2560x1440@120,auto,1
|
||||
monitor=,2560x1440@120,auto,1
|
||||
# monitor=,preferred,auto,1
|
||||
monitor=,1920x1080,auto,1
|
||||
# monitor=,1920x1080,auto,1
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
# Autostart & Environment
|
||||
# -----------------------------------------------------
|
||||
exec-once = swww init
|
||||
# exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = dunst
|
||||
exec-once = ~/dotfiles/scripts/lockscreentime.sh
|
||||
exec-once = ~/dotfiles/scripts/updatewal-swww.sh
|
||||
exec-once = ~/dotfiles/hypr/gtk.sh
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
||||
exec-once = ~/dotfiles/waybar/launch.sh
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
source = ~/dotfiles/hypr/conf/environment.conf
|
||||
source = ~/dotfiles/hypr/conf/autostart.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Load pywal color file
|
||||
# -----------------------------------------------------
|
||||
source = ~/.cache/wal/colors-hyprland.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Env vars
|
||||
# -----------------------------------------------------
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Keyboard layout and mouse
|
||||
# -----------------------------------------------------
|
||||
input {
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
}
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# -----------------------------------------------------
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 14
|
||||
border_size = 3
|
||||
col.active_border = $color11
|
||||
col.inactive_border = rgba(ffffffff)
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# -----------------------------------------------------
|
||||
decoration {
|
||||
rounding = 10
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
# blurls = waybar
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 30
|
||||
shadow_render_power = 3
|
||||
col.shadow = 0x66000000
|
||||
}
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Layouts
|
||||
# -----------------------------------------------------
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
device:epic-mouse-v1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Misc settings
|
||||
# -----------------------------------------------------
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
}
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Load configuration files
|
||||
# -----------------------------------------------------
|
||||
source = ~/dotfiles/hypr/conf/keyboard.conf
|
||||
source = ~/dotfiles/hypr/conf/window.conf
|
||||
source = ~/dotfiles/hypr/conf/decoration.conf
|
||||
source = ~/dotfiles/hypr/conf/layouts.conf
|
||||
source = ~/dotfiles/hypr/conf/misc.conf
|
||||
source = ~/dotfiles/hypr/conf/keybindings.conf
|
||||
source = ~/dotfiles/hypr/conf/windowrules.conf
|
||||
source = ~/dotfiles/hypr/conf/animations1.conf
|
||||
|
|
|
@ -34,7 +34,7 @@ configuration {
|
|||
window {
|
||||
width: 400px;
|
||||
x-offset: -15px;
|
||||
y-offset: 65px;
|
||||
y-offset: 62px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
|
|
@ -34,7 +34,7 @@ configuration {
|
|||
window {
|
||||
width: 400px;
|
||||
x-offset: -15px;
|
||||
y-offset: 65px;
|
||||
y-offset: 62px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
|
|
@ -35,7 +35,7 @@ window {
|
|||
width: 400px;
|
||||
height: 130px;
|
||||
x-offset: -15px;
|
||||
y-offset: 65px;
|
||||
y-offset: 62px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
|
|
@ -35,7 +35,7 @@ window {
|
|||
width: 200px;
|
||||
height: 130px;
|
||||
x-offset: -15px;
|
||||
y-offset: 65px;
|
||||
y-offset: 62px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
|
|
@ -34,7 +34,7 @@ configuration {
|
|||
window {
|
||||
width: 400px;
|
||||
x-offset: 0px;
|
||||
y-offset: 65px;
|
||||
y-offset: 62px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
"custom/wallpaper": {
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/scripts/wallpaper-swww.sh",
|
||||
"on-click-right": "~/dotfiles/scripts/updatewal-swww.sh",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ window#waybar {
|
|||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 1px 5px;
|
||||
padding: 1px 9px;
|
||||
margin: 3px 3px;
|
||||
border-radius: 15px;
|
||||
border:0px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user