encrypted changes
This commit is contained in:
parent
642cde6b02
commit
e7883ff748
157
.config/hypr/hyprland.conf
Normal file
157
.config/hypr/hyprland.conf
Normal file
@ -0,0 +1,157 @@
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki (basic and advanced configuring)
|
||||
#
|
||||
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
input {
|
||||
kb_file=/home/ezri/.config/hypr/keymap.xkb
|
||||
kb_layout=
|
||||
kb_options=compose:caps
|
||||
|
||||
follow_mouse=1
|
||||
|
||||
touchpad {
|
||||
natural_scroll=no
|
||||
}
|
||||
|
||||
sensitivity=0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
general {
|
||||
main_mod=SUPER
|
||||
|
||||
gaps_in=5
|
||||
gaps_out=20
|
||||
border_size=2
|
||||
col.active_border=0xff815986
|
||||
col.inactive_border=0xff2d272f
|
||||
|
||||
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
|
||||
damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
||||
|
||||
layout=dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding=5
|
||||
blur=0
|
||||
blur_size=4 # minimum 1
|
||||
blur_passes=1 # minimum 1
|
||||
blur_new_optimizations=1
|
||||
}
|
||||
|
||||
animations {
|
||||
bezier=overshoot,0.05,0.2,0,1.1
|
||||
bezier=overshoot2,0.05,0.3,0,1.3
|
||||
enabled=1
|
||||
animation=windows,1,3,overshoot2
|
||||
animation=windowsIn,1,3,overshoot2
|
||||
animation=border,1,3,overshoot
|
||||
animation=fade,1,3,overshoot
|
||||
animation=workspaces,1,3,overshoot
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe=yes
|
||||
}
|
||||
|
||||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
#windowrule=move 69 420,abc
|
||||
#windowrule=size 420 69,abc
|
||||
#windowrule=tile,xyz
|
||||
#windowrule=float,abc
|
||||
#windowrule=pseudo,abc
|
||||
#windowrule=monitor 0,xyz
|
||||
|
||||
# some nice mouse binds
|
||||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
# My binds
|
||||
bind=SUPER,RETURN,exec,hypr-sensible-launcher
|
||||
bind=SUPERSHIFT,RETURN,exec,alacritty
|
||||
bind=SUPERSHIFT,Q,killactive,
|
||||
bind=SUPERSHIFT,E,exit,
|
||||
bind=SUPERALT,F,togglefloating,
|
||||
bind=SUPER,D,exec,wofi --show drun
|
||||
|
||||
bind=SUPER,B,movefocus,l
|
||||
bind=SUPER,F,movefocus,r
|
||||
bind=SUPER,P,movefocus,u
|
||||
bind=SUPER,N,movefocus,d
|
||||
|
||||
bind=SUPERSHIFT,B,movewindow,l
|
||||
bind=SUPERSHIFT,F,movewindow,r
|
||||
bind=SUPERSHIFT,P,movewindow,u
|
||||
bind=SUPERSHIFT,N,movewindow,d
|
||||
|
||||
bind=SUPER,Tab,changegroupactive,f
|
||||
bind=SUPERSHIFT,Tab,changegroupactive,b
|
||||
bind=SUPER,T,togglegroup,
|
||||
|
||||
bind=SUPER,1,workspace,1
|
||||
bind=SUPER,2,workspace,2
|
||||
bind=SUPER,3,workspace,3
|
||||
bind=SUPER,4,workspace,4
|
||||
bind=SUPER,5,workspace,5
|
||||
bind=SUPER,6,workspace,6
|
||||
bind=SUPER,7,workspace,7
|
||||
bind=SUPER,8,workspace,8
|
||||
bind=SUPER,9,workspace,9
|
||||
bind=SUPER,0,workspace,10
|
||||
|
||||
bind=SUPERSHIFT,1,movetoworkspace,1
|
||||
bind=SUPERSHIFT,2,movetoworkspace,2
|
||||
bind=SUPERSHIFT,3,movetoworkspace,3
|
||||
bind=SUPERSHIFT,4,movetoworkspace,4
|
||||
bind=SUPERSHIFT,5,movetoworkspace,5
|
||||
bind=SUPERSHIFT,6,movetoworkspace,6
|
||||
bind=SUPERSHIFT,7,movetoworkspace,7
|
||||
bind=SUPERSHIFT,8,movetoworkspace,8
|
||||
bind=SUPERSHIFT,9,movetoworkspace,9
|
||||
bind=SUPERSHIFT,0,movetoworkspace,10
|
||||
|
||||
# Audio key bindings
|
||||
bind=,XF86AudioPlay,exec,playerctl play-pause
|
||||
bind=,XF86AudioNext,exec,playerctl next
|
||||
bind=,XF86AudioPrev,exec,playerctl previous
|
||||
|
||||
# Volume key bindings
|
||||
bind=,XF86AudioRaiseVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ +1%
|
||||
bind=,XF86AudioLowerVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ -1%
|
||||
bind=,XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
# Brightness key bindings
|
||||
bind=,XF86MonBrightnessUp,exec,light -A 5
|
||||
bind=,XF86MonBrightnessDown,exec,light -U 5
|
||||
|
||||
# Lock screen
|
||||
bind=SUPER,L,exec,loginctl lock-session
|
||||
|
||||
# Notification dismissal
|
||||
bind=SUPERCTRL,SPACE,exec,dunstctl close
|
||||
|
||||
# Start daemons
|
||||
exec-once=systemctl --user import-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP
|
||||
exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP
|
||||
exec=systemctl --user start hypr-session.target
|
||||
|
||||
# Start status bar
|
||||
exec=eww open hypr-mainbar
|
||||
|
||||
wsbind=1,eDP-1
|
||||
wsbind=2,eDP-1
|
||||
wsbind=3,eDP-1
|
||||
wsbind=4,eDP-1
|
||||
wsbind=5,eDP-1
|
||||
wsbind=6,eDP-1
|
||||
wsbind=7,eDP-1
|
||||
wsbind=8,eDP-1
|
||||
wsbind=9,eDP-1
|
||||
wsbind=10,eDP-1
|
||||
1564
.config/hypr/keymap.xkb
Normal file
1564
.config/hypr/keymap.xkb
Normal file
File diff suppressed because it is too large
Load Diff
131
.config/hypr/workspaces.json##hostname.normandy
Normal file
131
.config/hypr/workspaces.json##hostname.normandy
Normal file
@ -0,0 +1,131 @@
|
||||
{
|
||||
"default_context": "personal",
|
||||
"contexts": {
|
||||
"personal": {
|
||||
"left": [
|
||||
{
|
||||
"index": 10,
|
||||
"name": "config",
|
||||
"exec": "pavucontrol",
|
||||
"program_name": "pavucontrol"
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
"name": "email",
|
||||
"exec": "alacritty",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"name": "discord",
|
||||
"exec": "discord",
|
||||
"program_name": "discord"
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"name": "music",
|
||||
"exec": "feishin",
|
||||
"program_name": "feishin"
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"name": "documents",
|
||||
"exec": "alacritty",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"name": "VM management",
|
||||
"exec": "virt-manager",
|
||||
"program_name": "virt-manager"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"name": "project",
|
||||
"exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"name": "internet",
|
||||
"exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"name": "code",
|
||||
"exec": "alacritty",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"name": "terminal",
|
||||
"exec": "alacritty",
|
||||
"program_name": "console"
|
||||
}
|
||||
],
|
||||
"right": [
|
||||
{
|
||||
"index": 11,
|
||||
"name": "terminal",
|
||||
"exec": "alacritty",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"name": "code",
|
||||
"exec": "alacritty",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"name": "internet",
|
||||
"exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
"name": "steam",
|
||||
"exec": "steam",
|
||||
"program_name": "steam"
|
||||
},
|
||||
{
|
||||
"index": 15,
|
||||
"name": "minecraft",
|
||||
"exec": "prismlauncher",
|
||||
"program_name": "prismlauncher"
|
||||
},
|
||||
{
|
||||
"index": 16,
|
||||
"name": "images",
|
||||
"exec": "gimp",
|
||||
"program_name": "gimp"
|
||||
},
|
||||
{
|
||||
"index": 17,
|
||||
"name": "video",
|
||||
"exec": "jellyfinmediaplayer",
|
||||
"program_name": "jellyfinmediaplayer"
|
||||
},
|
||||
{
|
||||
"index": 18,
|
||||
"name": "slack",
|
||||
"exec": "slack",
|
||||
"program_name": "slack"
|
||||
},
|
||||
{
|
||||
"index": 19,
|
||||
"name": "zoom",
|
||||
"exec": "zoom",
|
||||
"program_name": "zoom"
|
||||
},
|
||||
{
|
||||
"index": 20,
|
||||
"name": "config",
|
||||
"exec": "pavucontrol",
|
||||
"program_name": "pavucontrol"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
76
.config/hypr/workspaces.json##hostname.rocinante
Normal file
76
.config/hypr/workspaces.json##hostname.rocinante
Normal file
@ -0,0 +1,76 @@
|
||||
{
|
||||
"default_context": "personal",
|
||||
"display_ordering": ["builtin"],
|
||||
"display_layout": {
|
||||
"builtin": "eDP-1"
|
||||
},
|
||||
"contexts": {
|
||||
"personal": {
|
||||
"builtin": [
|
||||
{
|
||||
"index": 1,
|
||||
"name": "terminal",
|
||||
"exec": "console",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"name": "code",
|
||||
"exec": "emacsclient",
|
||||
"args": ["-nc"],
|
||||
"program_name": "emacsclient"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"name": "internet",
|
||||
"exec": "firefox",
|
||||
"args": ["--new-window"],
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"name": "project",
|
||||
"exec": "firefox",
|
||||
"args": ["--new-window"],
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"name": "servers",
|
||||
"exec": "virt-manager",
|
||||
"program_name": "virt-manager"
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"name": "steam",
|
||||
"exec": "steam",
|
||||
"program_name": "steam"
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"name": "media",
|
||||
"exec": "jellyfinmediaplayer",
|
||||
"program_name": "jellyfinmediaplayer"
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"name": "real-time comms",
|
||||
"exec": "discord",
|
||||
"program_name": "discord"
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
"name": "messages",
|
||||
"exec": "thunderbird",
|
||||
"program_name": "thunderbird"
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"name": "config",
|
||||
"exec": "pavucontrol",
|
||||
"program_name": "pavucontrol"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
161
.config/hypr/workspaces.json##hostname.tycho
Normal file
161
.config/hypr/workspaces.json##hostname.tycho
Normal file
@ -0,0 +1,161 @@
|
||||
{
|
||||
"default_context": "work",
|
||||
"display_ordering": ["left", "center", "right"],
|
||||
"display_layout": {
|
||||
"left": "DP-5",
|
||||
"right": "DP-7",
|
||||
"center": "DP-4"
|
||||
},
|
||||
"contexts": {
|
||||
"work": {
|
||||
"left": [
|
||||
{
|
||||
"index": 5,
|
||||
"name": "discord",
|
||||
"exec": "discord",
|
||||
"program_name": "discord"
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"name": "project",
|
||||
"exec": "firefox",
|
||||
"args": ["--new-window"],
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"name": "documentation",
|
||||
"exec": "firefox",
|
||||
"args": ["--new-window"],
|
||||
"environ": {},
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"name": "code",
|
||||
"exec": "emacsclient",
|
||||
"args": ["-nc"],
|
||||
"program_name": "emacsclient"
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"name": "console",
|
||||
"exec": "console",
|
||||
"program_name": "console"
|
||||
}
|
||||
],
|
||||
"center": [
|
||||
{
|
||||
"index": 6,
|
||||
"name": "console",
|
||||
"exec": "console",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"name": "code",
|
||||
"exec": "emacsclient",
|
||||
"args": ["-nc"],
|
||||
"program_name": "emacsclient"
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"name": "internet",
|
||||
"exec": "firefox",
|
||||
"args": ["--new-window"],
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
"name": "project",
|
||||
"exec": "firefox-developer-edition",
|
||||
"args": ["-start-debugger-server", "--new-window"],
|
||||
"program_name": "firefox-developer-edition"
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"name": "server management",
|
||||
"exec": "virt-manager",
|
||||
"program_name": "virt-manager",
|
||||
"systemd": false
|
||||
},
|
||||
{
|
||||
"index": 11,
|
||||
"name": "password management",
|
||||
"exec": "bitwarden-desktop",
|
||||
"program_name": "bitwarden"
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"name": "video",
|
||||
"exec": "jellyfinmediaplayer",
|
||||
"program_name": "jellyfinmediaplayer"
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"name": "edex-ui",
|
||||
"exec": "edex-ui",
|
||||
"program_name": "edex-ui"
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
"name": "mail",
|
||||
"exec": "thunderbird",
|
||||
"program_name": "thunderbird",
|
||||
"environ": {
|
||||
"MOZ_ENABLE_WAYLAND": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 15,
|
||||
"name": "config",
|
||||
"exec": "console",
|
||||
"program_name": "console"
|
||||
}
|
||||
],
|
||||
"right": [
|
||||
{
|
||||
"index": 16,
|
||||
"name": "console",
|
||||
"exec": "console",
|
||||
"program_name": "console"
|
||||
},
|
||||
{
|
||||
"index": 17,
|
||||
"name": "code",
|
||||
"exec": "emacsclient",
|
||||
"args": ["-nc"],
|
||||
"program_name": "emacsclient"
|
||||
},
|
||||
{
|
||||
"index": 18,
|
||||
"name": "music",
|
||||
"exec": "feishin",
|
||||
"program_name": "feishin"
|
||||
},
|
||||
{
|
||||
"index": 19,
|
||||
"name": "project",
|
||||
"exec": "firefox",
|
||||
"args": ["--new-window"],
|
||||
"program_name": "firefox"
|
||||
},
|
||||
{
|
||||
"index": 20,
|
||||
"name": "slack",
|
||||
"exec": "slack",
|
||||
"program_name": "slack",
|
||||
"args": [
|
||||
"--enable-features=UseOzonePlatform",
|
||||
"--ozone-platform=wayland",
|
||||
"--enable-gpu-rasterization"
|
||||
],
|
||||
"memory_profile": {
|
||||
"high": "800M",
|
||||
"max": "1.2G"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user