Skip to content

Commit

Permalink
clean xorg, fix hyprkill
Browse files Browse the repository at this point in the history
  • Loading branch information
YingchangLiu committed Jan 22, 2024
1 parent 712c1fe commit 5e95da2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 190 deletions.
4 changes: 2 additions & 2 deletions config/hypr/configs/animation.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ animations {
bezier = gnome, 0, 0.85, 0.3, 1
bezier = funky, 0.46, 0.35, -0.2, 1.2
bezier = ease, 0.165, 0.84, 0.44, 1
bezier = winIn, 0.1, 1.1, 0.1, 1.1
bezier = winOut, 0.3, -0.3, 0, 1
bezier = winIn, 0.1, 0.8, 0.1, 1.0
bezier = winOut, 0.3, 0.5, 0, 1
bezier = liner, 1, 1, 1, 1
# animation=NAME,ONOFF,SPEED,CURVE,STYLE

Expand Down
4 changes: 2 additions & 2 deletions config/hypr/configs/keybinds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $terminal = kitty
$filemanager = pcmanfm

# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, ~/.config/hypr/scripts/hyprkill,
bind = $mainMod, C, ~/.config/hypr/scripts/hyprkill,
bind = $mainMod, Q, exec, ~/.config/hypr/scripts/hyprkill
bind = $mainMod, C, exec, ~/.config/hypr/scripts/hyprkill
bind = SUPERSHIFT, Q, exit,
bind = $mainMod, F, fullscreen,0
bind = SUPERSHIFT, F, fullscreen, 1
Expand Down
5 changes: 3 additions & 2 deletions config/hypr/configs/layout.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dwindle {
preserve_split = false # 无论容器发生什么情况,拆分(侧面/顶部)都不会更改
smart_split = false # 根据光标的位置更精确地控制窗口拆分方向
smart_resizing = true # 调整大小方向将由鼠标在窗口上的位置(最靠近哪个角)决定
no_gaps_when_only = 0 # 只有一个窗口时是否应用间隙 禁用0 无边框1,带边框2
no_gaps_when_only = 1 # 只有一个窗口时是否应用间隙 禁用0 无边框1,带边框2
use_active_for_splits = 1 # 首选活动窗口还是鼠标位置进行拆分
default_split_ratio = 1.0 # 窗口打开时的默认拆分比 0.1 - 1.9
}
Expand All @@ -23,9 +23,10 @@ master {
new_on_top = true # 新打开的窗口是否应位于堆栈顶部
allow_small_split = true # 启用以水平拆分样式添加其他主窗口
special_scale_factor = 0.8 # 特殊工作区窗口的比例
smart_resizing = true # 调整大小方向将由鼠标在窗口上的位置(最靠近哪个角)决定
mfact = 0.65 # master 比例
no_gaps_when_only = 1 # 只有一个窗口时是否应用间隙 禁用0 无边框1,带边框2
orientation = right # 主区域的默认位置 left, right, top, bottom or center
orientation = left # 主区域的默认位置 left, right, top, bottom or center
inherit_fullscreen = true # 循环/交换到另一个窗口时继承全屏状态(例如单片眼镜布局)
always_center_master = true # Orientation=Center 时,即使主窗口是工作区中的唯一窗口,也要保持主窗口居中
}
Expand Down
15 changes: 0 additions & 15 deletions pam_environment

This file was deleted.

56 changes: 0 additions & 56 deletions xinitrc/.xinitrc

This file was deleted.

56 changes: 0 additions & 56 deletions xinitrc/xinitrc.awesome

This file was deleted.

57 changes: 0 additions & 57 deletions xinitrc/xinitrc.dwm

This file was deleted.

0 comments on commit 5e95da2

Please sign in to comment.