Compare commits

..

5 Commits

Author SHA1 Message Date
f035c264fa Minor waybar changes 2025-04-07 23:51:15 +02:00
601d579991 Edit hyprland config 2025-04-07 23:41:20 +02:00
9843cc7926 edit .editorconfig 2025-04-07 23:37:36 +02:00
3d4c772a81 Git updates 2025-04-07 23:34:15 +02:00
1ae10618ae Workaround for cb 2025-04-07 23:31:18 +02:00
6 changed files with 46 additions and 23 deletions

View File

@@ -2,11 +2,7 @@
# Syntax is the same as in Hypr, but settings might differ.
#
# Refer to the wiki for more information.
monitor=DP-1,1920x1080@60,0x0,1
monitor=DP-3,1920x1080@60,1920x0,1
monitor=eDP-1,1920x1080@60,0x0,1
monitor=HDMI-A-1,1920x1080@60,1920x0,1
source=./monitors.conf
#workspace=DP-1,1
workspace=1, m:DP-1
workspace=2, m:DP-1
@@ -30,12 +26,12 @@ input {
follow_mouse=1
touchpad {
natural_scroll=true
tap-and-drag=false
}
}
general {
#max_fps=60 # deprecated, unused
sensitivity=1
#main_mod=SUPER
gaps_in=5
gaps_out=20
@@ -46,6 +42,12 @@ general {
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
}
gestures {
workspace_swipe=true
workspace_swipe_touch=true
}
decoration {
rounding=10
blur {
@@ -65,6 +67,7 @@ dwindle {
misc {
force_default_wallpaper=0
vrr=1
enable_anr_dialog=0
}
# example window rules
# for windows named/classed as abc and xyz
@@ -77,13 +80,13 @@ misc {
# example binds
bind=SUPERSHIFT,Z,exec,alacritty
bind=SUPER,Z,exec,kitty
bind=SUPER,Z,exec,wezterm
bind=SUPER,X,killactive,
bind=SUPER_SHIFT,X,exec,hyprctl activewindow |grep pid |tr -d 'pid:'|xargs kill
bind=SUPER_SHIFT,Q,exit,
bind=SUPER,E,exec,nemo
bind=SUPERSHIFT,E,exec,kitty ranger
bind=SUPERSHIFT,E,exec,wezterm -e ranger
bind=SUPER,F,fullscreen,1
bind=SUPERSHIFT,F,fullscreen,0
@@ -127,7 +130,7 @@ bind=SUPER_SHIFT,9,movetoworkspacesilent,9
bind=SUPER_SHIFT,0,movetoworkspacesilent,10
bind=SUPERSHIFT,S,exec,flameshot gui
bind = SUPER, V, exec, nwg-clipman
# T14gen2 FN KEYS
bind=,XF86AudioMicMute,exec,amixer set Capture toggle
@@ -136,19 +139,26 @@ bind=,XF86AudioRaiseVolume,exec,amixer set Master playback 5%+
bind=,XF86AudioLowerVolume,exec,amixer set Master playback 5%-
bind=,XF86MonBrightnessUp,exec,xbacklight -inc 5
bind=,XF86MonBrightnessDown,exec,xbacklight -dec 5
bind=,XF86Launch2,exec,touch-mode
bind=CTRL,XF86Launch2,exec,hyprctl keyword monitor "eDP-1,1920x1080@60,0x0,1"
bind=SHIFT,XF86Launch2,exec,hyprctl keyword monitor "eDP-1,1920x1080@60,0x0,1.5"
# FN + RSHIFT
bind=,XF86Launch3,exec,touch-mode
bind=CTRL,XF86Launch3,exec,hyprctl keyword monitor "eDP-1,1920x1080@60,0x0,1"
bind=SHIFT,XF86Launch3,exec,hyprctl keyword monitor "eDP-1,1920x1080@60,0x0,1.5"
bind=SHIFT,XF86MonBrightnessDown,exec,xbacklight -set 0.01
bind=SHIFT,XF86MonBrightnessUp,exec,xbacklight -set 100
exec-once=dash ~/.config/hypr/autostart.sh
exec-once=hyprctl setcursor Vimix-white-cursors 24
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
windowrulev2 = pin,class:^(scrcpy)$
windowrulev2 = move onscreen 100%-30,class:^(scrcpy)$
@@ -158,10 +168,11 @@ windowrulev2 = stayfocused,title:^rofi
windowrulev2 = float,class:^(flameshot)$
windowrulev2 = pin,class:^(flameshot)$
windowrulev2 = opacity 0.0 override 0.0 override,title:^(Espanso Sync Tool)$
windowrulev2 = opacity 0.0 override 0.0 override,title:^(.+Espanso Sync Tool.+)$
windowrulev2 = float,title:^(Espanso Sync Tool)$
windowrulev2 = size 0.1 0.1,title:^(Espanso Sync Tool)$
windowrulev2 = move 100% 100%,title:^(Espanso Sync Tool)$
windowrulev2 = noblur,title:^(Espanso Sync Tool)$
# Envars; to play along with wayland nicely
@@ -170,7 +181,7 @@ env = CLUTTER_BACKEND,wayland
env = GDK_BACKEND,wayland,x11
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORMTHEME,qt5ct
env = XDG_CURRENT_DESKTOP,Hyprland
plugin {
hyprbars {
@@ -227,4 +238,4 @@ plugin {
}
}
exec-once = hyprpm reload -n
#exec-once = hyprpm reload -n

View File

@@ -0,0 +1,4 @@
monitor=DP-1,1920x1080@60,0x0,1
monitor=DP-3,1920x1080@60,1920x0,1
monitor=eDP-1,1920x1080@60,0x0,1
monitor=HDMI-A-1,1920x1080@60,1920x0,1

View File

@@ -127,7 +127,8 @@
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", " "]
"format-icons": ["", "", " "],
"on-click": "coolercontrol"
},
"backlight": {
// "device": "acpi_video1",
@@ -175,7 +176,7 @@
"car": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
"on-click": "pwvucontrol"
},
"custom/media": {
"format": "{icon} {}",

View File

@@ -9,12 +9,12 @@ trim_trailing_whitespace = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py,jso{n,nc}}]
[*.{rs,js,py,jso{n,nc}}]
charset = utf-8
indent_style = space
indent_size = 4
[*.{c,h}pp]
[*.{c,h}pp,tex]
indent_style = space
indent_size = 2

View File

@@ -3,7 +3,7 @@
[commit]
gpgsign = true
verbose = true
;verbose = true
[push]
default = upstream
@@ -250,8 +250,13 @@
[user]
name = VectorKappa
email = piotrpatalong@gmail.com
signingkey = 32DCE8467E7FBD4F
signingKey = 04EA77421E7CC22ADE23A06932DCE8467E7FBD4F
[mergetool]
keepBackup = true
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env bash
# Path shenanigans
export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin";
export CLIPBOARD_NOGUI=true;
export QT_STYLE_OVERRIDE="kvantum";