Rice
This commit is contained in:
parent
1fb03a8ab9
commit
93dcd3c45a
1 changed files with 96 additions and 87 deletions
|
@ -88,9 +88,9 @@ in {
|
|||
}
|
||||
}
|
||||
|
||||
# monitor = DP-2, 2560x1440, 1200x320, 1, mirror
|
||||
monitor = DP-2, 2560x1440, 1200x320, 1
|
||||
monitor = eDP-1, 1920x1080, 3760x230, 1
|
||||
monitor = DP-1, 1920x1080, 0x0, 1, mirror, eDP-1
|
||||
# monitor = DP-1, 1920x1080, 0x0, 1, mirror, eDP-1
|
||||
|
||||
bindl=,switch:off:Lid Switch,exec,${switchMonitorScript} open
|
||||
bindl=,switch:on:Lid Switch,exec,${switchMonitorScript} close
|
||||
|
@ -110,6 +110,7 @@ in {
|
|||
bind = SUPER SHIFT, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm ssh mothership.fleet
|
||||
bind = SUPER, m, exec, ${config.programs.wezterm.package}/bin/wezterm start -- mosh mothership.fleet
|
||||
# bind = SUPER, RETURN, exec, ${config.programs.wezterm.package}/bin/wezterm
|
||||
bind = SUPER, t, exec, ${config.programs.wezterm.package}/bin/wezterm
|
||||
bind = SUPER, RETURN, exec, emacsclient -c --eval "(ccr/start-eshell)"
|
||||
bind = SUPER, x, exec, emacsclient -c
|
||||
bind = SUPER, y, exec, ${pkgs.waypipe}/bin/waypipe --compress lz4=10 ssh mothership.fleet emacsclient -c
|
||||
|
@ -159,10 +160,18 @@ in {
|
|||
bind = SUPER SHIFT, 9, movetoworkspace, 9
|
||||
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 1
|
||||
col.active_border = rgba(AF8D61FF) rgba(CEB153FF) rgba(7B8387FF) 45deg
|
||||
col.inactive_border = rgba(AF8D6166)
|
||||
}
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 4
|
||||
rounding = 2
|
||||
# blur = true
|
||||
# blur_size = 8
|
||||
# blur_passes = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue