chore: cleanup repository
This commit is contained in:
parent
1654ce2be0
commit
7e5e8bb350
113 changed files with 371 additions and 7313 deletions
9
hypr_desktop/conf/autostart.conf
Normal file
9
hypr_desktop/conf/autostart.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#autostart programs
|
||||
exec-once=hyprpaper
|
||||
exec-once=ironbar
|
||||
exec-once=firefox
|
||||
exec-once=streamdeck -n
|
||||
exec-once=copyq --start-server
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=nextcloud --background
|
||||
exec-once=oxinoti
|
||||
25
hypr_desktop/conf/env.conf
Normal file
25
hypr_desktop/conf/env.conf
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
#fix the fucking portal
|
||||
exec-once=systemctl --user import-environment
|
||||
exec-once=dbus-update-activation-environment --all
|
||||
#
|
||||
|
||||
env=SCRIPTS,$HOME/.config/scripts
|
||||
env=GTK_CSD,0
|
||||
env=QT_QPA_PLATFORM,wayland
|
||||
env=QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env=QT_WAYLAND_FORCE_DPI,96
|
||||
env=QT_AUTO_SCREEN_SCALE_FACTOR,0
|
||||
env=QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env=QT_SCALE_FACTOR,1
|
||||
env=XCURSOR_SIZE,24
|
||||
env=WAYLAND_DISPLAY,wayland-1
|
||||
env=XDG_CURRENT_DESKTOP,wlr
|
||||
env=GPG_TTY,$(tty)
|
||||
env=PATH,$PATH:$HOME/.local/bin
|
||||
env=TEXMFHOME,$HOME/.texmf
|
||||
env=PATH,/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/.local/bin:$HOME/.cargo/bin:$PATH
|
||||
env=EDITOR,neovide
|
||||
env=SUDO_EDITOR,neovide
|
||||
env=PKG_CONFIG_PATH,/usr/local/lib/pkgconfig
|
||||
env=LD_LIBRARY_PATH,/usr/local/lib
|
||||
56
hypr_desktop/conf/general.conf
Normal file
56
hypr_desktop/conf/general.conf
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
|
||||
input {
|
||||
kb_layout=diaeresis
|
||||
repeat_delay=200
|
||||
natural_scroll=false
|
||||
follow_mouse=1
|
||||
force_no_accel=true
|
||||
touchpad {
|
||||
natural_scroll=yes
|
||||
tap-to-click=yes
|
||||
}
|
||||
}
|
||||
|
||||
general {
|
||||
sensitivity=1.0 # for mouse cursor
|
||||
gaps_in=3 3 3 3
|
||||
gaps_out=2 5 5 5
|
||||
border_size=3
|
||||
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
|
||||
col.inactive_border=0x66333333
|
||||
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding=4
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled=1
|
||||
animation=windowsMove,1,4,default
|
||||
animation=windows,1,7,default,popin 70%
|
||||
animation=border,1,10,default
|
||||
animation=fade,1,10,default
|
||||
animation=workspaces,1,6,default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
preserve_split=true
|
||||
pseudotile=0
|
||||
permanent_direction_override=false
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe=yes
|
||||
}
|
||||
|
||||
misc {
|
||||
vfr=true
|
||||
vrr = 1
|
||||
animate_manual_resizes=1
|
||||
enable_swallow=true
|
||||
disable_splash_rendering = true
|
||||
disable_hyprland_logo = true
|
||||
swallow_regex=^(.*)(kitty)(.*)$
|
||||
layers_hog_keyboard_focus=false
|
||||
}
|
||||
97
hypr_desktop/conf/keybinds.conf
Normal file
97
hypr_desktop/conf/keybinds.conf
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
# binds
|
||||
bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy
|
||||
bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-5semester/Screenshots/$(date +'%Y_%m_%d_%I_%M_%S.png') && (date +'%Y_%m_%d_%I_%M_%S.png') | wl-copy
|
||||
bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | swappy -f -
|
||||
bind=SUPER,F,exec,firefox
|
||||
bind=SUPER,T,exec,kitty -1
|
||||
bind=SUPER,Q,killactive,
|
||||
bind=SUPERSHIFTALT,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,N,exec,neovide --novsync
|
||||
bind=SUPER,M,exec,oxidash
|
||||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,B,fullscreen,
|
||||
bind=SUPER,R,exec,anyrun
|
||||
bind=SUPER,C,togglesplit
|
||||
bind=SUPER,G,exec,oxicalc
|
||||
bind=SUPERSHIFT,G,exec,gamelock
|
||||
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
|
||||
bind=,XF86AudioMute,exec,pactl $SCRIPTS/audio_control.sh mute
|
||||
bind=,XF86AudioLowerVolume,exec, $SCRIPTS/audio_control.sh sink -5%
|
||||
bind=,XF86AudioRaiseVolume,exec, $SCRIPTS/audio_control.sh sink +5%
|
||||
bind=,XF86AudioPlay,exec, playerctl play-pause
|
||||
bind=,XF86AudioNext,exec, playerctl next
|
||||
bind=,XF86AudioPrev,exec, playerctl previous
|
||||
bind=,XF86MonBrightnessDown,exec, $SCRIPTS/change-brightness brightness 10%-
|
||||
bind=,XF86MonBrightnessUp,exec, $SCRIPTS/change-brightness brightness +10%
|
||||
bind=SUPER,D,exec,oxishut
|
||||
bind=SUPER,A,exec,copyq toggle
|
||||
bind=SUPERSHIFT,W,togglespecialworkspace
|
||||
bind=SUPER,W,movetoworkspace,special
|
||||
|
||||
|
||||
binde=SUPER,J,movefocus,l
|
||||
binde=SUPER,semicolon,movefocus,r
|
||||
binde=SUPER,L,movefocus,u
|
||||
binde=SUPER,K,movefocus,d
|
||||
|
||||
binde=SUPER,U,resizeactive,-20 0
|
||||
binde=SUPER,P,resizeactive,20 0
|
||||
binde=SUPER,O,resizeactive,0 -20
|
||||
binde=SUPER,I,resizeactive,0 20
|
||||
|
||||
bind=SUPER,left,movewindow,l
|
||||
bind=SUPER,right,movewindow,r
|
||||
bind=SUPER,up,movewindow,u
|
||||
bind=SUPER,down,movewindow,d
|
||||
|
||||
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
|
||||
|
||||
bind=SUPERSHIFTALT,1,movetoworkspacesilent,1
|
||||
bind=SUPERSHIFTALT,2,movetoworkspacesilent,2
|
||||
bind=SUPERSHIFTALT,3,movetoworkspacesilent,3
|
||||
bind=SUPERSHIFTALT,4,movetoworkspacesilent,4
|
||||
bind=SUPERSHIFTALT,5,movetoworkspacesilent,5
|
||||
bind=SUPERSHIFTALT,6,movetoworkspacesilent,6
|
||||
bind=SUPERSHIFTALT,7,movetoworkspacesilent,7
|
||||
bind=SUPERSHIFTALT,8,movetoworkspacesilent,8
|
||||
bind=SUPERSHIFTALT,9,movetoworkspacesilent,9
|
||||
bind=SUPERSHIFTALT,0,movetoworkspacesilent,10
|
||||
|
||||
bind=SUPERALT,j,layoutmsg,preselect l
|
||||
bind=SUPERALT,k,layoutmsg,preselect d
|
||||
bind=SUPERALT,l,layoutmsg,preselect u
|
||||
bind=SUPERALT,semicolon,layoutmsg,preselect r
|
||||
bind=SUPERALT,h,layoutmsg,preselect n
|
||||
|
||||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
#binds for debug testing
|
||||
# bind=SUPERALT,J,pass,^(wlroots)$
|
||||
# bind=SUPERALT,left,pass,^(wlroots)$
|
||||
# bind=SUPERALT,right,pass,^(wlroots)$
|
||||
# bind=SUPERALT,up,pass,^(wlroots)$
|
||||
# bind=SUPERALT,down,pass,^(wlroots)$
|
||||
# bind=CTRLALT,P,pass,^(parcellite)$
|
||||
|
||||
10
hypr_desktop/conf/monitor.conf
Normal file
10
hypr_desktop/conf/monitor.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
monitor=DP-3,2560x1440@165,-2560x0,1
|
||||
monitor=DP-1,3440x1440@180,0x0,1
|
||||
monitor=DP-2,1920x1200@60,3440x0,1
|
||||
monitor=DP-2,transform,1
|
||||
monitor=,highrr,auto,1
|
||||
|
||||
workspace=DP-3,1
|
||||
workspace=DP-1,2
|
||||
workspace=DP-2,3
|
||||
|
||||
10
hypr_desktop/conf/rules.conf
Normal file
10
hypr_desktop/conf/rules.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# window rules
|
||||
windowrule=tile,^(.*)(Spotify)(.*)$
|
||||
windowrule=float,^(.*)(OxiCalc)(.*)$
|
||||
windowrule=float,^(.*)(winecfg.exe)(.*)$
|
||||
windowrule=float,^(.*)(speed.exe)(.*)$
|
||||
windowrule=float,^(.*)(copyq)(.*)$
|
||||
windowrule=center,^(.*)(gnome)(.*)$
|
||||
windowrule=size 1200 800,^(org.gnome.NautilusPreviewer)$
|
||||
windowrule=center,^(.*)(swappy)(.*)$
|
||||
windowrule=float,title:^(.*)(Spirit)(.*)$
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
monitor_name = 'whatever'
|
||||
utility_command = "echo 'henlo' ;; echo 'pingpang'"
|
||||
css_string = "/home/dashie/.config/hypr/hyprstyle.css"
|
||||
|
|
@ -1,194 +1,6 @@
|
|||
#
|
||||
#fix the fucking portal
|
||||
exec-once=systemctl --user import-environment
|
||||
exec-once=dbus-update-activation-environment --all
|
||||
#
|
||||
#
|
||||
|
||||
monitor=DP-3,2560x1440@165,-2560x0,1
|
||||
monitor=DP-1,3440x1440@180,0x0,1
|
||||
monitor=DP-2,1920x1200@60,3440x0,1
|
||||
monitor=DP-2,transform,1
|
||||
monitor=,highrr,auto,1
|
||||
|
||||
workspace=DP-3,1
|
||||
workspace=DP-1,2
|
||||
workspace=DP-2,3
|
||||
|
||||
$scripts = '$HOME/.config/scripts/'
|
||||
|
||||
input {
|
||||
kb_layout=diaeresis
|
||||
repeat_delay=200
|
||||
natural_scroll=false
|
||||
follow_mouse=1
|
||||
force_no_accel=true
|
||||
|
||||
touchpad {
|
||||
natural_scroll=yes
|
||||
tap-to-click=yes
|
||||
}
|
||||
}
|
||||
|
||||
general {
|
||||
sensitivity=1.0 # for mouse cursor
|
||||
gaps_in=3 3 3 3
|
||||
gaps_out=2 5 5 5
|
||||
border_size=3
|
||||
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
|
||||
col.inactive_border=0x66333333
|
||||
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding=4
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled=1
|
||||
animation=windowsMove,1,4,default
|
||||
animation=windows,1,7,default,popin 70%
|
||||
animation=border,1,10,default
|
||||
animation=fade,1,10,default
|
||||
animation=workspaces,1,6,default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
preserve_split=true
|
||||
pseudotile=0
|
||||
permanent_direction_override=false
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe=yes
|
||||
}
|
||||
|
||||
misc {
|
||||
vfr=true
|
||||
vrr = 1
|
||||
animate_manual_resizes=1
|
||||
enable_swallow=true
|
||||
disable_splash_rendering = true
|
||||
disable_hyprland_logo = true
|
||||
swallow_regex=^(.*)(kitty)(.*)$
|
||||
layers_hog_keyboard_focus=false
|
||||
}
|
||||
|
||||
# window rules
|
||||
windowrule=tile,^(.*)(Spotify)(.*)$
|
||||
windowrule=float,^(.*)(OxiCalc)(.*)$
|
||||
windowrule=float,^(.*)(winecfg.exe)(.*)$
|
||||
windowrule=float,^(.*)(speed.exe)(.*)$
|
||||
windowrule=float,^(.*)(copyq)(.*)$
|
||||
windowrule=center,^(.*)(gnome)(.*)$
|
||||
windowrule=size 1200 800,^(org.gnome.NautilusPreviewer)$
|
||||
windowrule=center,^(.*)(swappy)(.*)$
|
||||
windowrule=float,title:^(.*)(Spirit)(.*)$
|
||||
|
||||
# binds
|
||||
bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy
|
||||
bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-5semester/Screenshots/$(date +'%Y_%m_%d_%I_%M_%S.png') && (date +'%Y_%m_%d_%I_%M_%S.png') | wl-copy
|
||||
bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | swappy -f -
|
||||
bind=SUPER,F,exec,firefox
|
||||
bind=SUPER,T,exec,kitty -1
|
||||
bind=SUPER,Q,killactive,
|
||||
bind=SUPERSHIFTALT,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,N,exec,neovide --novsync
|
||||
bind=SUPER,M,exec,oxidash --css /home/dashie/gits/oxidash/style.css
|
||||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,B,fullscreen,
|
||||
bind=SUPER,R,exec,anyrun
|
||||
bind=SUPER,C,togglesplit
|
||||
bind=SUPER,G,exec,oxicalc
|
||||
bind=SUPERSHIFT,G,exec,gamelock
|
||||
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
|
||||
bind=,XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind=,XF86AudioLowerVolume,exec, $scripts/audio-control sink -5%
|
||||
bind=,XF86AudioRaiseVolume,exec, $scripts/audio-control sink +5%
|
||||
bind=,XF86AudioPlay,exec, playerctl play-pause
|
||||
bind=,XF86AudioNext,exec, playerctl next
|
||||
bind=,XF86AudioPrev,exec, playerctl previous
|
||||
bind=,XF86MonBrightnessDown,exec, $scripts/change-brightness brightness 10%-
|
||||
bind=,XF86MonBrightnessUp,exec, $scripts/change-brightness brightness +10%
|
||||
bind=SUPER,D,exec,oxishut --css /home/dashie/gits/OxiShut/style.css
|
||||
bind=SUPER,A,exec,copyq toggle
|
||||
bind=SUPERSHIFT,W,togglespecialworkspace
|
||||
bind=SUPER,W,movetoworkspace,special
|
||||
|
||||
|
||||
binde=SUPER,J,movefocus,l
|
||||
binde=SUPER,semicolon,movefocus,r
|
||||
binde=SUPER,L,movefocus,u
|
||||
binde=SUPER,K,movefocus,d
|
||||
|
||||
binde=SUPER,U,resizeactive,-20 0
|
||||
binde=SUPER,P,resizeactive,20 0
|
||||
binde=SUPER,O,resizeactive,0 -20
|
||||
binde=SUPER,I,resizeactive,0 20
|
||||
|
||||
bind=SUPER,left,movewindow,l
|
||||
bind=SUPER,right,movewindow,r
|
||||
bind=SUPER,up,movewindow,u
|
||||
bind=SUPER,down,movewindow,d
|
||||
|
||||
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
|
||||
|
||||
bind=SUPERSHIFTALT,1,movetoworkspacesilent,1
|
||||
bind=SUPERSHIFTALT,2,movetoworkspacesilent,2
|
||||
bind=SUPERSHIFTALT,3,movetoworkspacesilent,3
|
||||
bind=SUPERSHIFTALT,4,movetoworkspacesilent,4
|
||||
bind=SUPERSHIFTALT,5,movetoworkspacesilent,5
|
||||
bind=SUPERSHIFTALT,6,movetoworkspacesilent,6
|
||||
bind=SUPERSHIFTALT,7,movetoworkspacesilent,7
|
||||
bind=SUPERSHIFTALT,8,movetoworkspacesilent,8
|
||||
bind=SUPERSHIFTALT,9,movetoworkspacesilent,9
|
||||
bind=SUPERSHIFTALT,0,movetoworkspacesilent,10
|
||||
|
||||
bind=SUPERALT,j,layoutmsg,preselect l
|
||||
bind=SUPERALT,k,layoutmsg,preselect d
|
||||
bind=SUPERALT,l,layoutmsg,preselect u
|
||||
bind=SUPERALT,semicolon,layoutmsg,preselect r
|
||||
bind=SUPERALT,h,layoutmsg,preselect n
|
||||
|
||||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
#binds for debug testing
|
||||
# bind=SUPERALT,J,pass,^(wlroots)$
|
||||
# bind=SUPERALT,left,pass,^(wlroots)$
|
||||
# bind=SUPERALT,right,pass,^(wlroots)$
|
||||
# bind=SUPERALT,up,pass,^(wlroots)$
|
||||
# bind=SUPERALT,down,pass,^(wlroots)$
|
||||
# bind=CTRLALT,P,pass,^(parcellite)$
|
||||
|
||||
|
||||
#autostart programs
|
||||
exec-once=hyprpaper
|
||||
exec-once=ironbar
|
||||
exec-once=firefox
|
||||
exec-once=streamdeck -n
|
||||
exec-once=copyq --start-server
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=nextcloud --background
|
||||
exec-once=oxinoti --css /home/dashie/gits/oxinoti/style.css
|
||||
source=~/.config/hypr/conf/env.conf
|
||||
source=~/.config/hypr/conf/monitor.conf
|
||||
source=~/.config/hypr/conf/general.conf
|
||||
source=~/.config/hypr/conf/rules.conf
|
||||
source=~/.config/hypr/conf/keybinds.conf
|
||||
source=~/.config/hypr/conf/autostart.conf
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#MainWindow {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
@ -1,67 +0,0 @@
|
|||
[{
|
||||
"id": 0,
|
||||
"name": "DP-1",
|
||||
"description": "ASUSTek COMPUTER INC XG349C (DP-1)",
|
||||
"make": "ASUSTek COMPUTER INC",
|
||||
"model": "XG349C",
|
||||
"serial": "",
|
||||
"width": 3440,
|
||||
"height": 1440,
|
||||
"refreshRate": 179.998993,
|
||||
"x": 2560,
|
||||
"y": 0,
|
||||
"activeWorkspace": {
|
||||
"id": 2,
|
||||
"name": "2"
|
||||
},
|
||||
"reserved": [0, 30, 0, 0],
|
||||
"scale": 1.00,
|
||||
"transform": 0,
|
||||
"focused": false,
|
||||
"dpmsStatus": true,
|
||||
"vrr": true
|
||||
},{
|
||||
"id": 1,
|
||||
"name": "DP-2",
|
||||
"description": "Lenovo Group Limited LEN LT2452pwC 0x33344B41 (DP-2)",
|
||||
"make": "Lenovo Group Limited",
|
||||
"model": "LEN LT2452pwC",
|
||||
"serial": "0x33344B41",
|
||||
"width": 1920,
|
||||
"height": 1200,
|
||||
"refreshRate": 59.950001,
|
||||
"x": 6000,
|
||||
"y": 0,
|
||||
"activeWorkspace": {
|
||||
"id": 3,
|
||||
"name": "3"
|
||||
},
|
||||
"reserved": [0, 0, 0, 0],
|
||||
"scale": 1.00,
|
||||
"transform": 1,
|
||||
"focused": false,
|
||||
"dpmsStatus": true,
|
||||
"vrr": false
|
||||
},{
|
||||
"id": 2,
|
||||
"name": "DP-3",
|
||||
"description": "ASUSTek COMPUTER INC ROG PG278QR #ASOWXFZDWU/d (DP-3)",
|
||||
"make": "ASUSTek COMPUTER INC",
|
||||
"model": "ROG PG278QR",
|
||||
"serial": "#ASOWXFZDWU/d",
|
||||
"width": 2560,
|
||||
"height": 1440,
|
||||
"refreshRate": 165.000000,
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"activeWorkspace": {
|
||||
"id": 1,
|
||||
"name": "1"
|
||||
},
|
||||
"reserved": [0, 0, 0, 0],
|
||||
"scale": 1.00,
|
||||
"transform": 0,
|
||||
"focused": true,
|
||||
"dpmsStatus": true,
|
||||
"vrr": false
|
||||
}]
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
2023-05-17 18:07:34 - Neovide panicked with the message 'Failed to initialize any backend! Wayland status: NoCompositorListening X11 status: XOpenDisplayFailed'. (File: /home/dashie/.cargo/git/checkouts/winit-223f41148c32cc30/19d9aaf/src/platform_impl/linux/mod.rs; Line: 795, Column: 9)
|
||||
0: <unknown>
|
||||
1: <unknown>
|
||||
2: <unknown>
|
||||
3: <unknown>
|
||||
4: <unknown>
|
||||
5: <unknown>
|
||||
6: <unknown>
|
||||
7: <unknown>
|
||||
8: <unknown>
|
||||
9: <unknown>
|
||||
10: <unknown>
|
||||
11: __libc_start_main
|
||||
12: <unknown>
|
||||
|
||||
2023-09-06 13:16:38 - Neovide panicked with the message 'Received event for dead output'. (File: /home/dashie/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.17.0/src/output.rs; Line: 568, Column: 14)
|
||||
0: <unknown>
|
||||
1: <unknown>
|
||||
2: <unknown>
|
||||
3: <unknown>
|
||||
4: <unknown>
|
||||
5: <unknown>
|
||||
6: <unknown>
|
||||
7: <unknown>
|
||||
8: <unknown>
|
||||
9: <unknown>
|
||||
10: <unknown>
|
||||
11: <unknown>
|
||||
12: <unknown>
|
||||
13: <unknown>
|
||||
14: <unknown>
|
||||
15: <unknown>
|
||||
16: <unknown>
|
||||
17: <unknown>
|
||||
18: <unknown>
|
||||
19: <unknown>
|
||||
20: <unknown>
|
||||
21: __libc_start_main
|
||||
22: <unknown>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue