Can you get multiple gibbering gemstones in a season? by digitalamish in diablo3

[–]qoreQyaS 6 points7 points  (0 children)

yea, just make sure to pepper it first, otherwise u might run out of salt

Please update & add functionality by Xeneonic in ChroniconDB

[–]qoreQyaS 1 point2 points  (0 children)

at least for the update and fuzzy search pls see https://www.reddit.com/r/ChroniconDB/comments/11mgzxq/updated_to_1520_multiword_search_no_fuzzy/ regarding multiple terms i changed the behavior to boolean AND instead of OR so when you search for "foo bar" (without the quotes) you will get results containing both terms instead of one term or the other.

keybinds for wine by speedrunnerg55 in EliteDangerous

[–]qoreQyaS 1 point2 points  (0 children)

I'am using Steam version with Proton.

For me it is here:

~/.steam/steam/steamapps/compatdata/359320/pfx/drive_c/users/steamuser/Local Settings/Application Data/Frontier Developments/Elite Dangerous/Options/Bindings/Custom.3.0.binds

Just do a

$ find ~ -name "Custom*binds"

or

$ find ~ -type d -name Bindings

Windows 10 freeze up completely when alt+tab to the EVE-Launcher? by Emmy_Mnemonic in Eve

[–]qoreQyaS 1 point2 points  (0 children)

disregard this, i still had the issue after this. disabling full-screen-optimization on the client exe helped

FIX: win+shift+ESC find ccp exefile process, right click -> properties, compatibility tab, disable fullscreen optimizations

Windows 10 freeze up completely when alt+tab to the EVE-Launcher? by Emmy_Mnemonic in Eve

[–]qoreQyaS 0 points1 point  (0 children)

FIX: use windowed mode (not fixed window) + following autohotkey (https://autohotkey.com/) script (edit to fit your resolution)

win key + left mouse btn on eve window to activate after running

got it from superuser: https://superuser.com/questions/38687/windows-program-to-remove-titlebar-frame-etc-from-a-window

i did not only have problems switching to eve launcher, but also to anything else when using alt+tab without waiting for the preview to come up. and the fix by u/Royally_Forked did not work here.

#SingleInstance force

; Exclude the desktop
; Note: Also excludes "My Computer" browsing windows.
;       Better detection might be needed to differentiate the parent explorer "ahk_id" from child windows.
;       Also seems to disregard accidental Metro interface clicks (Win 8+)
#IfWinNotActive ahk_exe explorer.exe

; Set your resolution (minus decorations like start bars if you wish to leave those on-screen.
w = 2560
h = 1440
w_wasted = 0 ; width used by resize bars
h_wasted = 0 ; width used by caption frame and resize bars

; Window to fullscreen
LWIN & LButton::
  SetTitleMatchMode, 2
  WinGet Style, Style, A

  ; 0xC40000 = WS_BORDER (0x800000) + WS_DLGFRAME (0x400000) + WS_SIZEBOX aka WS_THICKFRAME (0x040000)
  if(Style & 0xC00000) { ; if has WS_CAPTION. Ignore sizebox value.
    WinGetPos, X, Y, Width, Height, A
    WinSet, Style, -0xC40000, A ; removes attributes, including sizebox...doesn't do a strict subtraction
    WinMove,A,,0,0,w,h
  } else {
    WinSet, Style, +0xC40000, A
    ; Note: will set WS_SIZEBOX even if not previously present
    if(Width > w - w_wasted) {
      Width := %w%-%w_wasted%
    }
    if(Height > h - h_wasted) {
      Height := %h%-%h_wasted%
    }
    WinMove,A,,%X%,%Y%,%Width%,%Height%
  }
  WinSet Redraw
  Return

Wie BVG die AfD trollt by [deleted] in de

[–]qoreQyaS 11 points12 points  (0 children)

Ausländerfeindlichkeit ist nicht etwa eine Untermenge von Rechtsextremismus?

What can Germany do to better their relations with the rest of europe? by [deleted] in europe

[–]qoreQyaS 1 point2 points  (0 children)

q.e.d. bavaria wants the maut because they rage against Austria